Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP3
Message
From
06/07/1999 15:42:41
 
 
To
06/07/1999 15:15:33
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: SP3
Miscellaneous
Thread ID:
00237725
Message ID:
00237910
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
Yes, it works in that way. What I am trying to do is this:
*!* COM server's method
LPARAMETERS toParm

lnCount = ADIR(laArr, '*.*')
IF lnCount > 0
toParm.AddProperty('paFiles(lnCount, 5)')
=ACOPY(laArr, toParm.paFiles) && does not work - hangs right here
ENDIF
Looping is forking but takes too much time ...
Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform