Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Consistent array weirdness with addproperty
Message
De
07/09/2005 09:36:58
 
 
À
07/09/2005 08:55:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01047310
Message ID:
01047321
Vues:
11
>Hi,
>define class BobWhatEver
> procedure Init
> this.AddProperty("laArray[1,1]")
> endproc
>enddefine
try defining the laArray outside of the init, and initialize it in the init:

DEFINE CLASS BobWhatEver
DIMENSION laArray[1,1]
procedure Init
this.laArray = "Initialized value"
endproc


ENDDEFINE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform