LIST
From STX Wiki
Jump to navigationJump to search
LIST
var := LIST type [ table [ field [ reset ] ] ]
The LIST
command list all items of a specified type. The argument table is the name of a table item where the list result should be stored. Simple tables should be used for lists. If table is an extended table, you can specify which field to store the list in using field. var contains the number of listed items. If no table is specified, the command can be used to count items.
type | SPUCODE | SOUNDFILE | CLASS
|
table | target table item |
field | target field (if table is an extended table) |
reset | 1 )
|