I have been doing PB for DOS applications (small) for a while, and am now just getting around to declaring variable correctly.
I am attempting to dimension an array of 10 x 10 size and declare the elements as LONG.
I have tried this:
DIM A(10,10) AS LONG
But, I do receive an error. Can someone give me some quick advise on how to properly declare a 10x10 array of LONG numbers??
Thanks,
John
------------------
I am attempting to dimension an array of 10 x 10 size and declare the elements as LONG.
I have tried this:
DIM A(10,10) AS LONG
But, I do receive an error. Can someone give me some quick advise on how to properly declare a 10x10 array of LONG numbers??
Thanks,
John
------------------
Comment