Application Development 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: 

Scripts

Former Member
0 Kudos

Hello Experts,

I want to display text in sap script in vertical form . i mean

ex. HOW are you

H

O

W

a

r

e

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

while writing code in script in window,

there are some commands like /E,/:,/*

so just check out these commands..

/: indicates command line and / indicates line feed..

so / will help to get new row everytime for each character..

4 REPLIES 4

Former Member
0 Kudos

Hi

In the text editor u can write those words in each line

giving the new line command there.

0 Kudos

text will not be fixed, if it is variable then how?

mahaboob_pathan
Contributor
0 Kudos

hi,

first create window.

goto it's text editor.

write u r how are u.

each work in single line.

remember to give the tag next line.

Former Member
0 Kudos

hi,

while writing code in script in window,

there are some commands like /E,/:,/*

so just check out these commands..

/: indicates command line and / indicates line feed..

so / will help to get new row everytime for each character..