Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App Object Framework Thoughts?
Message
From
14/03/2001 22:38:24
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
14/03/2001 18:52:30
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00484876
Message ID:
00485166
Views:
10
>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).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform