Hi Folks,
I have an allignment problem w.r.t the text editor in a Script.
C5 ,,&printtab-wt_qsshh(IC)&
<b>/: IF &PRINTTAB-BUDAT(ICZ)& NE '..'
C5 ,, &printtab-BUDAT(ICZ)&
/: ELSE
C5
/: ENDIF
= ,,,,&printtab-wt_qbshh(IC)&,,&printtab-qsatz(IC)&</b>
The bold ones are getting printed in a new line.I want all the four to get printed in the same line but wt_qsshh is getting printed in one line and the rest all in a new line.I gave = and tried too but in vain.
K.Kiran.
Message was edited by:
Kiran K
C5 ,,&printtab-wt_qsshh(IC)&,, /: IF &PRINTTAB-BUDAT(ICZ)& NE &SPACE& = &printtab-BUDAT(ICZ)& /: ELSE = /: ENDIF = ,,,,&printtab-wt_qbshh(IC)&,,&printtab-qsatz(IC)&
this got to work.
Message was edited by:
Florian Kemmer
Message was edited by:
Florian Kemmer
Add a comment