Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing Puzzle (VFP bug?)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00605723
Message ID:
00605778
Vues:
16
>I got illegal redeclaration of variable bbb. Interesting, it means, that if you create a variable less than 255 char, then more than 255 char, it gives this error. Or the limit is different, I need to find it out...

PMFJI. If you use a var then delcare it local you'll get that error. ex:
Grunt = "Thud"
local Grunt && this causes the error
When you create a var by assigning a val to it, it is private by default. So you are trying to change the scope of the var, that's what the error means.

hth
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform