Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for passing array causes compile error
Message
 
To
29/06/1999 18:05:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00235565
Message ID:
00235698
Views:
23
Jim,

Parameters are passed on a DO command line by reference by default. DO commands are noit UDF calls. SET UDFPARMS only affects UDF calls.

You can eliminate the error by putting a line in the called routine;

EXTERNAL ARRAY Whatever

to inform the compiler that the array referenced is created outside of the routine.
Previous
Reply
Map
View

Click here to load this message in the networking platform