Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a number based on a date?
Message
From
11/03/2009 09:42:34
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01387096
Message ID:
01387104
Views:
89
>Hi,
>
>I need to create an algorithm that will give me a number based on the current date. This does not have to be very sophisticated. As long as it a notch above the number of days from a certain date, it will do.
>
>Thank you in advance for any suggestions.
?int(val(sys(11, date())))

x = int(val(sys(11, date())))
?sys(10, x)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform