Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Random
Message
From
30/07/2009 12:58:40
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Random
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01415429
Message ID:
01415536
Views:
38
>Good function
>
>Do you think its really random, or based o system time or something like this ?

They are, I believe, time based. Successive calls yield results where the results are in sequence.

For better or worse, many of our tables were set up using SYS(2015) to generate uniq keys. I have not come across a problem with a duplicate entry in the two years I've been supporting it. This includes using statements such as
REPLACE ALL uniq_key WITH SYS(2015)
on cursors with over 5000 records.
Previous
Reply
Map
View

Click here to load this message in the networking platform