HTBasic Help
×
Menu
Index

Array Name

 
The rules for naming an array are the same as for a variable (see Variable Name). Array variables and simple variables share the same name space. Thus, you cannot have a simple variable and an array variable with the same name in the same context.