Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6-7 Compiling
Message
De
25/09/2002 07:43:29
 
 
À
24/09/2002 15:16:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00703938
Message ID:
00704138
Vues:
17
>>While compiling a couple of VFP6 programs under VFP7, the compiler flagged one line in each program that had a syntax error. Specifically they were LOCAL declaration statements which had a missing comma between two of the variables.
>>
>>This was not picked up by the VFP6 compiler. My question is, has anyone seen or suspect that this type of missed comma syntax error in a VFP6 application might cause C5 errors?
>>
>>Thanks,
>>Bill
>
>
>Hi Bill,
>
>It's been mentioned here (on UT) a few times and I believe that it was noted in the VFP 7 that variable declarations without comma separation was no longer supported... Need to find out exactly where though...
>
>UPDATE:From VFP7 Help
>Behavior Changes since the Previous Version
>Bullet 3: Because of new support for IntelliSense and COM server typing (for example, LOCAL cName AS string), the use of a variables list separated by spaces only (for example, LOCAL x y z) is no longer allowed. You must separate variables with commas (for example, LOCAL x, y, z).
>
>
>- Brian

Ok, thanks Brian. That resolves it.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform