Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP3
Message
De
06/07/1999 15:15:33
 
 
À
06/07/1999 14:59:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: SP3
Divers
Thread ID:
00237725
Message ID:
00237898
Vues:
11
>
>Yes, Dimension of passed arrays is working now but is not for passed object's array property.
>Mark


Hmm... did that ever work? Was it ever supposed to?

You could create a method of the Class that you are passing which will resize the array for you.

lparamaters oRef

oRef.SizeMyArray(100)

for x= 1 to 100
oRef.MyArray[x] = 'whatever'
next x

How are you doing it... like this?

dime oRef.MyArray[100]

and that doesn't work? Does it give you an error?

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform