It looks like you're new here. Sign in or register to get started.
MyTime := 000000T + (intHours * 60 * 60 * 1000) + (intMinutes * 60 * 1000) + (intSeconds * 1000) + (intMilliseconds);
EVALUATE(time,STRSUBSTNO('%1',integer));
Comments
Hope this helps
Leonardo DaVinci