Hi, My requirement is to insert a line at the 11th position in main window. Main window has 20 line to be printed. I need to print 'Y' at the 11th line for the condition below:
i.e. if a w_varibale eq 'X'.
print 'Y'.
endif.
When I tried to write this inside the code, it is not working properly. Can any one help me in this.