FoxLearner
Programmer
Hi all
I am getting an error message "Syntax Error" when I use the create cursor command. The line where I get this error is:
Create Cursor curMyCursor from Array aMyArray
The array aMyarray exists and is available. I can see all the elements and their values in the Debugger.
Would you please tell me why I am getting this and how can I correct it?
Thanks and regards
FoxLearner
I am getting an error message "Syntax Error" when I use the create cursor command. The line where I get this error is:
Create Cursor curMyCursor from Array aMyArray
The array aMyarray exists and is available. I can see all the elements and their values in the Debugger.
Would you please tell me why I am getting this and how can I correct it?
Thanks and regards
FoxLearner