Time Conversion for 24:00 (AREV Specific)
At 20 MAR 1998 08:10:08PM Cynthia V. Fisher wrote:
Has anyone ever been able to manipulate the RTP26 and RTP19 routines? I need the capability to store 24:00 as 86400. It would be nice to copy $RTP26 to $RTP26_Arev in the Verbs and create a special version of RTP26 which would trap for MT conversion of 24:00. But I'm having problems forwarding the conversion to RTP26_Arev. Any sugestions.
At 21 MAR 1998 03:14PM Aaron Kaplan wrote:
You can't shell these programs. They use internal return stack codes that are not available to outside developers.
Your only option is to create a custom conversion. Pass anything besides the times you want into the standard processor and process the others yourself.