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:
what I want is to use same method in writing template texts as I have a long text in the #prompt; for example;
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
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