cancel
Showing results for 
Search instead for 
Did you mean: 

To continue data into next line automatically

Former Member
0 Kudos

Hello,

Problem area: Script

I have a problem with sizing of data. I want to print description of material in a window but it can not accomodate 40 char in one line, so now I have to take remaning descriprion in next line . How to do it.

I can not reduce the font also.

Please help .. Urgent.

Thanks ,

Madhura

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

before givin it to print program

do like this

w_data suppose it contains 110 char

w_data1 = w_data+0(40).

w_data2 = w_data+40(40).

w_data3 = w_data+80(40).

u send all thes w_data1, 2 , 3 to print u r form u r problem may get solves

plzz reward if it is useful....

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank You.

KalC
Active Participant
0 Kudos

Hi Madhura,

You can put only the description in the second line as shown below.

10 300S1364 10.00 PC 100.25

Materila description1

20 300KE254 10.00 PC 100.25

Materila description2

This might be helpful.

Regards,

Kalyan.