Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Breaking lines in template file

Status
Not open for further replies.

sk2107c

Programmer
May 2, 2017
22
0
0
JO
Dear All,

this question is about writing inside the template lines, I will an example:

in application for writing on line in multiple line we use '|' mark; for example:

Code:
String = 'this is a sample for breaking lines'  

can be written a 

String = 'this is a sample for  ' |
 & ' breaking lines'

what I want is to use same method in writing template texts as I have a long text in the #prompt; for example;
Code:
#PROMPT('Notes',TEXT),%Comments,Default('this is a sample for breaking lines'),at(,,170,100)

I want to break this line in multiple lines in the way of writing inside the template file not the output.

thank you in advance






 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top