Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Second ()
Message
From
15/05/2007 09:01:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01225484
Message ID:
01225487
Views:
30
>from second ()function I got a number as
>
>35500.572
>
>How can I allow only the first four digits
>and prevent from a fractionary number ?

floor(second())
or, if you really want 4 digits
floor(SECONDS()/10)*10
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform