Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't we use a single letter variable?
Message
From
03/07/2002 17:53:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Can't we use a single letter variable?
Miscellaneous
Thread ID:
00675147
Message ID:
00675147
Views:
50
hi, every body
I meet a strange problem in VFP 7.I declare a Class using
set classlib to myclass
store createobject ("myclass") to a
but when I launch a Method in the class
a.GetSqlData("Select * from txl order by name","temp")
I always get a error message "Syntax Error"
If I change the variable 'a' to 'a1' and launch
a1.GetSqLData("......")
I can get what I need.
A summary below is which single letter can't use:
a,b,c,....j and m
when I use 'm' as variable, I get another error message "File 'getsqldata.prg' doesnt exist"

I have never met this question in VFP 5/6 , Anybody has some idea?

TIA, Have a nice day!
FengFeng(MCSD)
Next
Reply
Map
View

Click here to load this message in the networking platform