HTBasic Help
×
Menu
Index

String Array Element

 
A string array element is a simple string and is compatible with any function or operation which expects a single string value. An element is specified by following the array name with a left parenthesis, "(", a comma-separated list of subscripts and a right parenthesis, ")". The number of subscripts specified must match the RANK of the array.