hello all
I have problem understanding this part while acquiring a array in ASP
For i=0 to ubound(array,1)
The #1 after "array" is what I don't understand. Some tutorials said something about 2D if it was #2 and blah blah blah...
I need a simple explaination that just let know what will happen if it is 1 or 2 or whatever...
Thanks!
I have problem understanding this part while acquiring a array in ASP
For i=0 to ubound(array,1)
The #1 after "array" is what I don't understand. Some tutorials said something about 2D if it was #2 and blah blah blah...
I need a simple explaination that just let know what will happen if it is 1 or 2 or whatever...
Thanks!