2-dimensional Array

Hi, I think of writing 2-dimensional Array in LS. It is new to me, any idea how to write it. Example will be excellent.

Subject: Read the Designer Help

Index - Arrays

Subject: 2-dimensional Array

You can try:

print “2-dimensional Array”

or if you’re really into arrays:

dim myFirstArray (0 to 1, 0 to 1) as Integer

Look in the designer help if you need help on this matter – arrays / dimension / arrays