List of strings.

You will find a general example for the use of StringList here.

List of strings. The data type Stringlist can be used synonymically for int*. It serves to improve the readability of scripts and can be used at all positions where a stringlist can be used. If a string is inserted into a StringList, a copy is created.

StringList		li	= stringlist::alloc (1, 1);
:
stringlist::release (li);

See Also
stringlist
string

Alphabetic index HTML hierarchy of classes or Java