Hi there,
I've been trying to find the way to convert a varible integer to a varible TIME, but I haven't been able to do it.
For example:
i integer
i := 80;
I just want the time with this format 0h 1m 20s or similar format.
I think it's with the command FORMAT, but ..... ](*,) ](*,) ](*,)
Do you know how to do it??
Thanks
0
Comments
FYI.
http://msdn.microsoft.com/en-us/library/dd301367.aspx
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
message(format(000000T + (80 * 10000)));