DBMS_OUTPUT.PUT_LINE & spaces [message #321029] |
Sun, 18 May 2008 04:38  |
ontilt
Messages: 2 Registered: May 2008
|
Junior Member |
|
|
I need to print lines using long spaces using DBMS_OUTPUT.PUT_LINE().
Ive tried it like this:
DBMS_OUTPUT.PUT_LINE('some text' || ' ' || 'some more text')
But it only gives me one space, no matter how many times i include the ' '.
The output I need is similar to the following: (the long underscores represent the spacing i need. I had to do it this way because my post preview wasnt showing spaces.)
TO: User____________________________________Date: xx/xx/xx
ADDRESS: xxxx
Some text here.............................................
...........................................................
...........................................................
Signed: xxxx
Please help! Thanks.
|
|
|
|
|
|
|