2007 Jul 24 10:06 AM
hi all,
I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
Thanks in adv
Regards
Reddy
2007 Jul 24 10:09 AM
will this work for you..
just use write statemetn.
<b>write : / '----
'.</b>
hi all,
I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
Thanks in adv
Regards
Reddy
2007 Jul 24 10:09 AM
will this work for you..
just use write statemetn.
<b>write : / '----
'.</b>
2007 Jul 24 10:12 AM
hi chandra,
not like that, is there any straight statement like uline....
regards
reddy
2007 Jul 24 10:12 AM
write sy-uline+0(5).
write sy-uline+10(5).
write sy-uline+20(5).
write sy-uline+30(5).
write sy-uline+40(5).
write sy-uline+50(5).
write sy-uline+60(5).
write sy-uline+70(5).
Regards,
Pavan
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |