Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breaking VFP6 code in VFP7
Message
From
19/06/2001 09:33:33
 
 
To
19/06/2001 09:25:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00520968
Message ID:
00520989
Views:
16
local dimension laTemp(1)
>That's because that line didn't do what you thought it did in VFP 6. It created two variables, a scalar called dimension and an array called laTemp. VFP 7 no longer permits variable declarations without commas between them, so it found this error.

This is very enlightening to me, never would have known this in VFP6. I did change my code to:
local array laTemp(1)
I hope this does what I think it should, at least MSDN said so.
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform