Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How often is SYS(2015) changed?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01521892
Message ID:
01522590
Vues:
72
<snip>
>
>lcId = SYS(2015)+TRANS(Application.ThreadId)
>
>
>Unfortunately this also changes the size of the id and because the value isn't a fixed length it's harder to optmize the id. ThreadIds can be up to 5 digits wide.
>

You can easily make it a fixed length.
lcId = SYS(2015) + TRANSFORM(Application.ThreadId, "@L 99999")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform