i had my toollist post out in the begin of the program, however;
i need to put the semicolon in front of the bracket of each tool.
I looKed in the lib. file and master.art mill. file. can't find it. please help

:C: GETTOOLS(2,SYSTEM)
POST OUT
G90 G20
N2F
;N3********* TOOLLIST**********
( STATION TOOL TYPE DIAMETER CORNER RADIUS DESCRIPTION )
( ------- --------- -------- ------------- -------------------- )
( 001 ENDMILL 00.500 .505 RT )
( 002 ENDMILL 00.250 .EM )
N5 G00 G90 G70 G40
N6G79 Z0
N7G16XY
N8M51 M52
N9M41;M42
N10;(DAN,YV)
N11;(UDA,Y/V)
N12(UTO,1,X-.5,Y.5,Z1)

THIS IS WHAT I WANT
;N3********* TOOLLIST**********
;( STATION TOOL TYPE DIAMETER CORNER RADIUS DESCRIPTION )
;( ------- --------- -------- ------------- -------------------- )
;( 001 ENDMILL 00.500 .505 RT )
;( 002 ENDMILL 00.250 .EM )

SEMICOLON IN FRONT