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

fix length

Former Member
0 Likes
302

i want the fix the lenght in flat file.

Ex. if a(3) tyep c.

a = 'P'.

but i want a= 'P ' in flat file . how can i do . pls help me

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
282

try this code



data text(10).

text = 'a = ''P'''.

write : / text.

regards

shiba dutta

1 REPLY 1
Read only

Former Member
0 Likes
283

try this code



data text(10).

text = 'a = ''P'''.

write : / text.

regards

shiba dutta