Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of DataSessions Open
Message
From
31/12/1999 11:53:57
 
 
To
31/12/1999 11:43:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00310707
Message ID:
00310929
Views:
21
That doesn't work, but this will, if you know the Max number of DS's
on error lnDS = lnDS - 1
lnDS = MAX
for x = 1 to MAX
	lcSetDS = "set datasession to " + str(x)
	&lcSetDS
endfor
?lnDS
And you might want to save and reset ON ERROR.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform