try to use : string = " test " & vbCRLF <---- Cariage return and line feed
greets John
"Jarno Halme" <jarno.halme.TakeThisOut@nokia.com> schreef in bericht
news:ZCYvc.18183$k4.363940@news1.nokia.com...
> Hi,
>
> I've created a small program that I'd need, but have just one trouble.
Have
> to say that I feel extremely stupid.
>
> I've written to a text file (sequential) some data like:
> 1
> 2
> 3
> 4
> ...and I'd like to read that data to a TextBox property. So I open the
file,
> then "Line Input #file, variable", loop from 1-4 and I have in my TextBox:
> 1234
>
> My program cannot read the Enter characters from the file. How can I make
> the line feeds manually? I tried Chr(x), with x=0...255; no help... The
> property must be a textbox (not e.g. a listbox), due to the very variable
> type of data.
>
> thanks in advance,
> -Jake
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: "Enter" in TextBox???