Forum Discussion
neethy_ashok
13 years agoOccasional Contributor
Declaring it as Table might work...I would prefer to make it simple.
But I want to declare a one dimensional array as a project varianble.I do not want to declare Multi dimensional Array.I have this 1,2,3,4,5 numbers i want to store this to a single dimension array in which the data i can access like below
Myarray[0]
MyArray[1]
MyArray[2]
MyArray[3]
MyArray[4]
But I want to declare a one dimensional array as a project varianble.I do not want to declare Multi dimensional Array.I have this 1,2,3,4,5 numbers i want to store this to a single dimension array in which the data i can access like below
Myarray[0]
MyArray[1]
MyArray[2]
MyArray[3]
MyArray[4]