Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reserved words....
Message
De
12/11/2004 08:54:53
 
 
À
12/11/2004 07:22:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00960601
Message ID:
00960791
Vues:
9
>Look in the index for "reserved words" and you'll see that it's not mentioned over there. And my example makes clear that Fabio's code works out the same with any other variable name too.

Right, and you've never come across any omissions in the VFP documentation? < s >

cheers


>
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform