I use dbms_output.put_line and dbms_output.put to spool output. However it seems that these funtions do not like beginning spaces, otherwise I can not use dbms_output.put_line(' This is a line of text to be centered"
; I have been able to insert a tab char before any spaces and get it to work. But this isn't exactly portable since a user can define how many characters a tab represents. Does any one have any suggestions on how to proceed text with spaces? Secondly any suggestions on formatting text such as bold or underline?
Thanks in advance!
Thanks in advance!