convert text to time type

navisionerinnavisionerin Member Posts: 161
hello nav experts,

hwat is the best way to convert text to time

currently using this, obviously not best, hence why I am asking

TimeTxt := '90623';
EVALUATE(ToTime,COPYSTR(Timetext,1,6));

Answers

Sign In or Register to comment.