im using streamwriter to output to text file fixed length
i have:
L="{0,-7}{1,-10}"
and the text with spaces
R="12345 1234567 "
when i run
streamwriter.writeline (L,R)
i get error INDEX ZERO MUST BE GREATER....ERROR
but when i run just block is ok
L="{0,-7}"
and the text with spaces
R="12345 "
Mageshwaran RPosted Nov 12, 2019, 7:51 PM
Dinesh GabhanePosted Nov 6, 2019, 11:25 PM