Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

scripts

Former Member
0 Likes
634

Hi,

How to insert blank lines in scripts ?

4 REPLIES 4
Read only

Former Member
0 Likes
594

give paragraph format in command line of TEXT ELEMENTS

like

BL <b><leave the place blank></b>.

example :

<b>BL		some text
BL
BL		new text</b>

the line right side of BL, i kept it blank.so you will see a blank line between SOME TEXT and NEW TEXT.

it will come as blank line in the output

Regards

srikanth

Message was edited by: Srikanth Kidambi

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
594

In SAP Scripts you can put / in the editor.

Read only

Former Member
0 Likes
594

hi Arthi,

Declare a paragraph format with blank ... and make use of the same for inserting the blank lines..

Regards,

santosh

Read only

Former Member
0 Likes
594

Hi,

Go to the previous line of where you want the blank line to get

<b>suppose if u want blank line in 2nd line

place the cursor in 1st line

and click on the line tab above or F6

blank line is inserted

activate it</b>

then check the o/p.

Regards,

Sowjanya