On Wednesday 15 September 2004 17:18, Valerio Guaglianone wrote:
> How do i read text file?
> The following code is correct?
There were a few problems with it, but what you really want is
this:
TextArea1.Text = File.Load("error.txt")
And that's it ;)
Rob