Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Old code
Message
 
 
To
11/04/2007 15:50:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01214659
Message ID:
01214674
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Seems there was no compile error in vfp6, but vfp9 generated one.
>
>I have 2 more similar issues.
>
>Below, vfp6 does not generate errors while vfp9 does;
>
>
SCATTER MEMO MEMVAR NAME lcchanged FIELDS fcfield, fmoldval, fmnewval
>
>
>
DIMENSION astack[1, 5]
>astack[1] = .NULL.
>
First case is the same problem of using both options. You should either use MEMVAR or NAME.

In the second case astack is part of the reserved VFP keyword (new function ASTACKINFO).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform