How can I get a whole line from a Text IO

xenosenderxenosender Member Posts: 8
edited 2009-02-17 in Dynamics AX
Hi,

I've got a file I need to read, but there are lots of spaces in it. However, I need to get each line as a unique string, because, the numbers' places are important.
Problem is, TextIO.read() sends the line to a container that cuts all the spaces :'(

Is there a trick to get the line in full ?
Thx !

Answers

Sign In or Register to comment.