Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why are my method names converted to lower case
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00552197
Message ID:
00552343
Views:
12
>I would like to use mixed case method and property names. Why does VFP insist making them lower case? Is there some innane reason?

Based on what I see in the VFP source code, it has a lot to do with VFP's general case-insensitive nature. In C++, you can have a function called MyFunction, and have another called MYFUNCTION, and they're both distinct functions. VFP makes no such distinction.

VFP7 does allow for case distinction in the COM server typelibs, however.
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform