Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How often is SYS(2015) changed?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01521892
Message ID:
01522590
Views:
73
<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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform