Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile error with EXECSCRIPT()
Message
De
17/04/2004 05:57:10
 
 
À
17/04/2004 05:52:09
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00894607
Message ID:
00895809
Vues:
33

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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform