I'm trying to create a simple array a[1] = "string 1"..... a[10] = "string 10"
I'm am creating this array by reading values from a table, while looping through with a FOR statement. I'm getting an error with the first reference to a[1]. (actually a and j is initialized and incremented correctly.
what am i doing wrong? I tried going though help, but I'm not finding what I'm looking for.
Thanks,