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

Formatting text in Script

Former Member
0 Likes
259

Hi,

I want to format the text in two columns like this.

1. This is the note. 5. This is the note.

2. This is the note. 6. This is the note.

3. This is the note. 7. This is the note.

4. This is the note. 8. This is the note.

I have to include a standard text and format like this.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
226

Did you mean Standard text creation?

That you can be done in <b>SO10</b> transaction, wherein you need to give the object name and id , then create the text.

If its' just hardcoding value, then just write your text over there.

if the text is dynamic then use the below format.

1. &note1& 5. &note5&
2. &note2& 6. &note6&
3. &note3& 7. &note7&
4. &note4& 8. &note8&

and fill the note1, note2... values in your print program.

Hope this will help you.

rgds,

TM.

Please mark points if helpful.