2007 Mar 29 4:29 AM
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
2007 Mar 29 4:32 AM
try this code
data text(10).
text = 'a = ''P'''.
write : / text.
regards
shiba dutta
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
2007 Mar 29 4:32 AM
try this code
data text(10).
text = 'a = ''P'''.
write : / text.
regards
shiba dutta
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |