SORT

<< Click to Display Table of Contents >>

Navigation:  Scripts (Batch Interface) > Syntax > Statements >

SORT

Previous pageReturn to chapter overviewNext page

Lets you choose how data in the HTML document are sorted.

Data are sorted by the order of the specified columns. If you code - in front of a column then sorting is in descending order.

 

sort="Column1;-Column2;Column3"

 

This example sorts first by Column1, then in descending order by Column2 and finally by Column3.

After the file has been written the option is cleared.