Syntax:
vector {name} {elements}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKVector.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHVector.class
Function:
Declares a vector variable or an array of vectors. The array size is fixed at time of compilation. A vector is an ordered list of string values of any size that can be added to as the program runs, and is a useful alternative to declaring large arrays.
See also add, load, save, reset and item <key> of in String Values.
Example(s):
vector MyData vector ArrayData 10