Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Breaking VFP6 code in VFP7
Message
De
19/06/2001 09:33:33
 
 
À
19/06/2001 09:25:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00520968
Message ID:
00520989
Vues:
17
local dimension laTemp(1)
>That's because that line didn't do what you thought it did in VFP 6. It created two variables, a scalar called dimension and an array called laTemp. VFP 7 no longer permits variable declarations without commas between them, so it found this error.

This is very enlightening to me, never would have known this in VFP6. I did change my code to:
local array laTemp(1)
I hope this does what I think it should, at least MSDN said so.
ramil
~~ learning to stand still
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform