string List

From RPTools Wiki
Revision as of 21:54, 21 December 2008 by Cclouser (talk | contribs) (New page: A string property list is a string in the format "item1, item2, item3,..." For example: <source lang="mtmacro" line> [h: stringList="foo, bar, baz"] </source> String lists are zero-bas...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A string property list is a string in the format "item1, item2, item3,..."

For example:

[h: stringList="foo, bar, baz"]

String lists are zero-based (i.e., the first item in a string list is item 0). The default delimiter in a string property list is the comma (","), however, the string list functions allow for optional arguments to permit the use of alternate delimiters.

String lists may be stored in token properties.