1* THE Function Syntax file for RexxUtil
2: KEYWORD LITERAL
3SysStemCopy( from, to[, fromindex, toindex, count, insertoverlay]] )
4SysStemSort( stem[, order] [,sensitivity] [,startpos, endpos] [,firstcol, lastcol] )
5> stem: Must have 0 item set to number of items. Must end in trailing period.
6> order: 'Ascending' or 'Descending'
7> sensitivity: 'Sensitive' or 'Insensitive'
8> startpos: First row (inclusive) to start sorting
9> endpos: Last row (inclusive) to start sorting
10> startcol: First column (inclusive) to start sorting
11> endcol: Last column (inclusive) to start sorting
12