04-27-2005, 10:35 AM
You can convert string to array, process the array, and convert it to string. To convert string to array, use function tok, or simply assign string to array, as in the example with qsort.
In some cases, eg to remove empty lines, can be used str.findreplace or str.replacerx.
In some cases, eg to remove empty lines, can be used str.findreplace or str.replacerx.
