Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reserved words....
Message
From
12/11/2004 07:18:56
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00960601
Message ID:
00960756
Views:
8
Isn't "m" a reserved word?

cheers

>>>Can anyone give me some examples where using a reserved word for a field name or variable causes problems?
>>
>>
>>m=5
>>CREATE CURSOR m (m i)
>>? m,m.m
>>SELECT 0
>>? m,m.m
>>USE
>>
>
>Fabio, aren't you missing the point? Victor is referring to reserved words, not to 'variables'.
>
>
sdsm=5
>CREATE CURSOR m (sdsm i)
>? sdsm,m.sdsm
>SELECT 0
>? sdsm,m.sdsm
>USE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform