Documentation

#SHOWARR

SHOWARR

Syntax: #SHOWARR VarName

Displays an array variable on the screen. Do not put the @ in front of the variable name.

SHOWARR Example

Arr = %array("first","second")
#SHOWARR Arr
Displays the array "Arr" which has 2 elements.

Add comment

Login or register to post comments