QUESTION POSED ON: 04 February 2005
Have you ever heard of a way in an EMESSAGE to be able to make the second sentence start on the next line?
Example:
f_yes_no( 'The OTB for Category '||classRec.class||' has been exceeded. '||
' Available Amount is '||l_avail||' and the amount spent was '||classRec.order_cost||
'. Do you want to continue this order in APPROVED/IN TRANSIT?' )
I want the sentence starting with "Available..." to start on the next line, and the sentence starting with "Do you..." on the following line.
Is there some magic "end-of-line" character or something that you are aware of to accomplish this.
I hate to guess and do spaces.... looks like sloppy coding.
|