linesort(
LINES
)

The linesort( function sorts lines of text in ascending order.


Parameters

This function has one parameter:

lines – the lines of text to sort. Each line must be terminated with a carriage return character.


Description

This function sorts lines of text in ascending order.

The function is equivalent to:

arraysort(text,¶)

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0