Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
App Object Framework Thoughts?
Message
De
14/03/2001 22:38:24
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
14/03/2001 18:52:30
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00484876
Message ID:
00485166
Vues:
11
>I'm curious why you used m. in both of these places...
>
>m.O_App = CREATEOBJECT( "My_App" )
>
>WITH m.O_App
>
>
>When it is only remotely possible that it might be necessary in the second line?

It's one of "my" standards (among others); every variable "must" begin with "m.", even Field variables (even though Field variables are supposed to be "slower" when preceded with "m.").

I make extensive use of "text searching" and program conversion utilities (across files and directories); "m.O_App" insures I don't hit on "DO_Application", "NO_Apples", etc. when simply searching on "O_App", or missing the second occurance in the other case.

It's not for the compiler; it's only for me (and my utilities).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform