Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subtract two times
Message
 
 
To
26/12/2004 15:43:04
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
00971289
Message ID:
00972218
Views:
13
>Shorthand for left-zero-padding minutes and seconds to two digits:
>
>
cSecs=transform(nSecs, "@L 99")
>
>Seems to be many people tend to forget these little formatting tricks...

Or
cSecs = PADL(INT(nSecs), 2, "0")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform