Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the syntax of SCATTER EXCLUDE?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01526095
Message ID:
01526097
Views:
84
>I am having a touph time creating an array using SCATTER that would exclude a field. For example, say I want to exclude field MYPKFLD, I tried the following:
>
>
>SCATTER MEMO FIELDS EXCLUDE MYPKFLD TO MyArray
>
>
>Then I check the value of MyArray in the debugger and it has the element and value for field MYPKFLD. What am I missing?

This works and create an array one field less than actual structure:
SCATTER FIELDS EXCEPT code TO laTest memo
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform