Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sys(3) ????
Message
De
03/07/2000 07:31:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Sys(3) ????
Divers
Thread ID:
00387694
Message ID:
00387694
Vues:
40
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform