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:
00487393
Views:
7
>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.

Add the line:
EXTERNAL ARRAY Arrayref
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform