Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming conventions for custom methods?
Message
From
18/11/2008 11:56:01
 
 
To
18/11/2008 11:51:31
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01362229
Message ID:
01362582
Views:
38
Try to compile
var MyString;  // it won't
but this will
var MyString = "";
In other words, if the compiler cannot 'derive' the type, it won't compile

update: http://msdn.microsoft.com/en-us/library/bb384061.aspx



>
>var MyString;
>string MyOtherString;
>
>
>No difference.
>
>>If you use var, you have to initialize it - don't you ?
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform