Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sys(3) ????
Message
From
03/07/2000 07:31:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Sys(3) ????
Miscellaneous
Thread ID:
00387694
Message ID:
00387694
Views:
42
Hi ,
when I'm using sys(3).
I have to use it immed. or else the next time I use sys(3). the name isn't unique anymore.
**************************
var1=sys(3)
var2=sys(3)

=====> var1=var2
I have to declare them at form load.
And use them in header.click.
Is there a trick to use the sys(3)-variab. in the formload(),so the next time I call sys(3) the value is unique !!!!
*******************
var1=sys(3)
do something with var1 like : index on xxx to var1
var2=sys(3)

=====>var1#var2
Next
Reply
Map
View

Click here to load this message in the networking platform