Programmer Guide/Command Reference/LIST: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
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 )
|