SortList Dialog Box Command

Sort the items in the list alphabetically, in either ascending or descending order. This command was added in 5.0.2.13.

SortList listH [ASCENDING TRUE/FALSE] [CASEINSENSITIVE TRUE/FALSE]

listH

ASCENDING/b default: TRUE

CASEINSENSITIVE/b default: TRUE

Results:

Notes:

Examples:

SortList listH

 

SortList  Command Definition  url:PGScmd/sortlist
  created:2006-03-31 13:29:40   last updated:2006-03-31 13:29:40
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SortList
Dan Kilroy wrote...2006-05-04 17:24:15

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} . Added in 5.0.2.13

SortList (listh, [ASCENDING TRUE/FALSE] [CASEINSENSITIVE TRUE/FALSE])


Parameters:


Results:


Notes:


See Also:
AlertRequester, AppendListString, CloseResource, CreateLanguageEngineList, CreateList, CreateRequester, DoLanguageEngineFormatDate, DoLanguageEngineLocalizeString, DoRequester, FreeLanguageEngineList, FreeList, FreeRequester, GetCmdStringFromCoord, GetControlAttr, GetCoordFromString, GetFolderPath, GetResourceString, GetUIStringFromCoord, OpenResource, PrependListString, SetControlAttr

Examples:
Additional example in ''RequesterExample.py''.
Python:


ARexx:

Applescript:

User Contributed Comments For SortList