Is there a way in CR7 to convert a string to time? I know Ctime does this in CR8 but I need to add this report to a program that uses the viewer and it does not work with the Ctime.
hbussell: CR7 will support the use of the Time() function so all you need to provide are the Hour, Minute and Second arguments. These could be obtained by the following formulas:
Hour
Val({TImeString}[1 to 2])
Minute
Val({TimeString}[3 to 5])
Seconds
Val({TimeString}[7 to 9])
This assumes TimeString is e.g. "23:59:00"
HTH David C. Monks
david.monks@chase-international.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.