View Single Post
Old 09-24-2008   #7 (permalink)
Pegasus \(MVP\)


 
 

Re: How to read text file


"Henrique" <wq@xxxxxx> wrote in message
news:newscache$qgqp7k$cb3$1@xxxxxx
Quote:

> Ok.
>
> But with this code and in VB Work fine
>
> FileNumber = FreeFile
> Open "c:\testes\teste.ual" For Input As #1
>
>
> Do While Not EOF(FileNumber)
> Line Input #FileNumber, DF
>
> List1.AddItem DF
>
> Loop
>
> This VB code open in ASCII code!?
>
>
> H.S
Glad to see that you found an alternative solution.


My System SpecsSystem Spec