Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP3
Message
From
06/07/1999 15:15:33
 
 
To
06/07/1999 14:59:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: SP3
Miscellaneous
Thread ID:
00237725
Message ID:
00237898
Views:
10
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform