How can I do this? right now my post outputs the tool list before the program. I need to list the tools after the start of the program.
I am using this line in my Lib file

:C: GETTOOLS(2,OUTPUT_TOOL_LIST)

and this section in the src file

:SECTION=OUTPUT_TOOL_LIST
:T: TOOL_COMMENT><EOL>

Right now the output is like this

(1/2 EM CRB 2FL 1 LOC)
(1/4 EM CRB 4FL .9 LOC)
%
O0001
N300 (1/2 EM CRB 2FL 1 LOC)
T3M6

should be like this

%
O0001
(T1 1/2 EM CRB 2FL 1 LOC)
(T2 1/4 EM CRB 4FL .9 LOC)
N100(1/2 EM CRB 2FL 1 LOC)
T1M6

So where do I place the "GETTOOLS" to do this?

Thanks
George