Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an array by Reference
Message
From
12/01/2001 11:21:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Passing an array by Reference
Miscellaneous
Thread ID:
00463007
Message ID:
00463007
Views:
50
Hello,

Bit of a wierd one here...

I have a form with a property on it defined as an array
I do a select statement into that array
I then try to pass the array as a parameter into a .prg by reference

Select * ;
From table_x ;
Into Array Thisform.laPrArr

=SomeRoutine(@Thisform.laPrArr)

This errors with "alias thisform is not found"

This works fine if the array is not a form property (no surprise there)

Can anyone suggest a way to get this to work?

Thanks

Will
Will Jones
Next
Reply
Map
View

Click here to load this message in the networking platform