in the following code snippet, will the elapsed time still be correct if the called subroutine(s) use other forms of TIME() such as    Time()  and  Time('L')    but not   Time('R')  or  Time('E') ???

 start_time=time('R')
 answer = output_text_Get_response(text_buffer)   /** Send page, wait for response **/
 elapse_time=time('E')

/s/ Bill Turner, wb4alm


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to