selectionToString()
This method is used to serialize the values of the selected rows and to get a tab-separated list of them. If a multiple row selection is not available, the method performs a serialization of a current row.
Rules:
- User-defined column sort order is preserved in the resulting list;
- Numeric and DATE values will be formatted based on the current locale settings;
- The values of a resulting list will be in double quotes if those contain newline, double quotes, or controls characters (ASCII code less than 0x20).
Syntax
selectionToString(
scr_rec STRING )
RETURNS STRING
name is the name of the screen record.