The LIST OF STYLE SHEETS command returns the list of application style sheets in the arrStyleSheets array.
If it was not already defined previously, the arrStyleSheets text array is created by the command. It is automatically sized according to the number of style sheets defined.
After executing the command, each element of the array contains the name of a style sheet. These names are sorted alphabetically, as in the style sheet editor. The first array element always contains "__automatic__", which represents the "Automatic" style sheet.
In your application, the following style sheets are defined:
If you execute the following code:
LIST OF STYLE SHEETS($arrStyles)