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