Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Whats bad about Visual Foxpro
Message
 
To
16/07/2001 09:51:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00530878
Message ID:
00530983
Views:
31
>3) The fact that all variables are of type "variant" also both makes the program slower, and can produce errors at run-time (type mismatch).
>
>Some of these things, I think, have been changed in VFP 7 - specifically, I understand that you can specify the type of a variable.

Not really. The strong typing in VFP 7 is not enforced - it is only for Intellisence and Type Library generation purposes.
Even if you declare

LOCAL myNumber AS INTEGER
myNumber = 5

you can assign later

myNumber = "Whatever"
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform