Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use ... in 0 and select()
Message
From
26/02/2000 16:40:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Use ... in 0 and select()
Miscellaneous
Thread ID:
00338074
Message ID:
00338074
Views:
36
*first code:
*----------------------------------
select 0
use data1
? select() ** the result is 1
select 0
use data2
? select() ** the result is 2
*-------------- no problems in the first code. ----------------------
*second code :
*----------------------------------
use data1 in 0
? select() ** the esult is 1
use data2 in 0
? select() ** the esult is 1 ***** this result is 2 in the first code

*Why?
*Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform