Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Mother of Unique IDs
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00009899
Message ID:
00009966
Views:
51
>Let's face it. NO system is 100% foolproof. That's why I check for existing values & trap errors.

I thought that VFP already had a SYS function that returned a ten-character unique ID based on the time. From help, SYS(2015):

Returns a unique 10-character procedure name that begins with an underscore followed by a combination of letters and numbers.

Syntax

SYS(2015)

Returns

Character

Remarks

SYS(2015) can be used to create unique procedure or function names.

The name that SYS(2015) returns is created from the system date and system time. Calling SYS(2015) more than once during the same millisecond interval will return a unique character string.

This function has worked wonderfully for me for generating unique values for key fields and the like.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform