Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breaking inheritance
Message
 
 
To
30/11/2001 08:33:20
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00587925
Message ID:
00587982
Views:
27
>I just found out one more way to get into trouble: passing a parameter to DoDefault(), and forgetting that the parameter is an array.
>
>
>lparameters taMyArray, tnPar2, tcPar3
>DoDefault(taMyArray, tnPar2, tcPar3)
>* Gives error message: the passed parameter is no longer an array.
>
>* Corrected version:
>lparameters taMyArray, tnPar2, tcPar3
>DoDefault(@taMyArray, tnPar2, tcPar3)
>* Gives error message: the passed parameter is no longer an array.
>
Why corrected version still give the same error?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform