Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'BUILD' error in passing array by reference
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00487384
Message ID:
00487394
Views:
9
Hi Stefan,
>Hi All,
>follwing methods are in my form (simplified):
>
>form1.positions
>Parameters Arrayref
>Arrayref[1] = 1
>Return(.T.)
>
>form1.command1.click
>Local DArray
>Dimension DArray[1]
>Thisform.positions(@DArray)
>
>The form works fine in developmode. When i try to build the exe-file it reports the error : Unknown ARRAYREF - Undefined. Why?
>
>I'm lost.

As Rene said, the errors don't hurt the execution, however, you can eliminate the array error by adding
external array arrayref
HTH,
Bill Armbrecht
VFP MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform