No! No!
Not is the solution!
This alternatif code work fine in VisualBasic, but dont work in VBScript!
I´m findins un solution.
Thanks
"Pegasus (MVP)" <I.can@xxxxxx> escreveu na mensagem
news:u5jxNcnHJHA.3668@xxxxxx
Quote:
>
> "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.
>