static bool dm_grabInterestingString(DynModule dm, S field) { S s = trim(dm_getInterestingString()); ret nempty(s) && dm.setField(field, s); }