I have an array defined as a public variable
public gaPos
I can happily populate the array but when I reference it in a form's
method the I get a compilation error - Unable to find Unknown gaPos
The code is as follows:
li = ALEN(gaPos, 1)
i = 0
lcValue = gaPos(1)
the variable li contains the correct number of elements in the array but
the lcValue = gaPos(1) line generates the above compile error.
other none array Public variables seem fine in the method.
What have I missed?
thanks
pete