// types = required types of field values sS recordToString(IFieldsToList r) { ret r == null ? "null" : formatFunctionCall(shortName(r), record._fieldsToList()); }