Changes the order in which the system will search through a C/SIDE table, or returns the current order.

[IsAscending :=] Record.ASCENDING([SetAscending])

Parameters

SetAscending

Type: Boolean

Specifies the order of the search.

If this parameter is true, the search is done in ascending order. If this parameter is false, the search is done in descending order. If you do not use this parameter, the function returns the current search order.

Expand imageProperty Value/Return Value

Expand imageSee Also