Hii all..
I'm trying to show only name of procedure in TOC.
Below is my code...
oOutput.Output("Procedure Name: " + "\n" , "Robot", 10, RGB(0,0,0), Constants.C_TRANSPARENT, Constants.FMT_LEFT, 0 );
oOutput.Output("Water Wash Procedure" + "\n" , "Robot", 10, RGB(0,0,0), Constants.C_TRANSPARENT, Constants.FMT_TOCENTRY1 | Constants.FMT_LEFT, 0 );
output => Procedure Name:
Water Wash Procedure
In TOC it showing:
Procedure Name: Water Wash Procedure
I want to show in TOC only, Water Wash Procedure
(I don't want empty line between Procedure Name: and Water Wash Procedure)
how can I fix this issue need your supports.