Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error with EXECSCRIPT()
Message
From
17/04/2004 05:57:10
 
 
To
17/04/2004 05:52:09
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00894607
Message ID:
00895809
Views:
34

There is no difference; the "@" is redundant in the second example.


Garry, you are sure ?
x = CREATEOBJECT("textbox")

= callProcX(m.x)  && this is Objects reference passed by Value ( copied )
? x.Name

= callProcX(@m.x)  && this is Objects reference passed by Reference ( renamed )
? x.Name  &&  WHERE IS THE OBJECT NOW ?

PROCEDURE callProcX(Z)
  Z = .null.
ENDPROC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform