Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release problem
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01373967
Message ID:
01373976
Views:
27
>
>
>AB = 2
>CD = 4
>
>RELEASE ALL LIKE A* , C*
>
>cd is not destroyed ..?

Why should it? The RELEASE command does not support a list, only one item
AB = 2
CD = 4

RELEASE ALL LIKE A* 
RELEASE ALL LIKE C*
>
>SCATTER FIELDS LIKE A*,P* EXCEPT PARTNO* TO myArray
>
>
>Release command is not the same that scatter ?

Why would they be the same?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform