Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem BUILDing when passing array as parameter
Message
From
20/02/2005 20:26:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem BUILDing when passing array as parameter
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00988736
Message ID:
00988736
Views:
66
I'm passing an array as a parameter to a method.
this.MyMethod(@MyArray)
and I reference it satisfactorily within MyMethod
lnValue=MyArray(4) && and similar references
This works all find in development.

My problem occurs when I try to do a BUILD -- I get the message "unable to find unknown MyArray". Seems like I must inform it somehow that MyArray is an array, because it appears to want to look for it as a PRG.

What's the little wrinkle I'm missing?

Thanks,

Jim
Jim Nelson
Newbury Park, CA
Next
Reply
Map
View

Click here to load this message in the networking platform