class interface WIN_STRING_LIST feature(s) from WIN_STRING_LIST list_to_string (lst: DS_LINEAR[STRING]): STRING -- Convert list of lines (strings) to a single -- string with cr/lf separated lines. string_to_list (instr: STRING): DS_LIST[STRING] -- Convert a string with lines separated by cr/lf to -- a list of lines. end of WIN_STRING_LIST