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.
Get the StringIDs of all entries selected in the product search.
#include "internal/types.h"
int main () { StringList li = stringlist::alloc (kPanelProducts, kSelected);
G/ Do whatever you want
stringlist::release (li);
return 0; }
Alphabetic index HTML hierarchy of classes or Java