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

About line width

Former Member
0 Likes
534

Dear Experts,

I have a program, and it show the report data by WRITE , for example ,

write:/ 'This is line 1'.

write:/ 'This is line 2'.

How could I adjust or increase the width between lines?

(I don't want to use "SKIP 1." , because I just want to increase less than one line width. )

Kindly give me some suggestions , Thanks a lot~

Yacoa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
503

Hi,

I don't think the space between lines can be adjust with classic list output (unless with skip statements)...

You could achieve this with some OLE container that could display a word document instead, or perhaps even with an html object...

Kr,

m.

3 REPLIES 3
Read only

Former Member
0 Likes
504

Hi,

I don't think the space between lines can be adjust with classic list output (unless with skip statements)...

You could achieve this with some OLE container that could display a word document instead, or perhaps even with an html object...

Kr,

m.

Read only

koolspy_ultimate
Active Contributor
0 Likes
503

HI,

I guess it can be achieved only by skip.

or


write:/ 'This is line 1'.
write:/  .
write:/ 'This is line 2'.

regards,

koolspy.

Read only

Former Member
0 Likes
503

Sorry, there is no way to adjust or increase the width between lines less then one line in write statement.

Take care,

Çağatay