‎2007 Jun 01 11:19 AM
Hi all,
I need to convert time from AFRU-ISMNW which contains time and AFRU-ISMNE which contains unit (min or H) into hours.
like this.
+0072.75 = 72 hrs 45 mins into +007275.
Thanks,
Mungala.
‎2007 Jun 01 11:37 AM
Try this.
var =afru-ismnw.
Translate var USING '. '.
Condense var no-gaps.
Regards