Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2003, 17:00
Avatar de cacike500
cacike500
 
Fecha de Ingreso: noviembre-2002
Mensajes: 56
Antigüedad: 22 años, 5 meses
Puntos: 0
Prueba este código, comprueba que tengas permisos para hacerlo.

Dim fs, a, retstring
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.OpenTextFile("archivoprueba.txt", ForReading, False)
Do While a.AtEndOfStream <> True
retstring = a.ReadLine
...
Loop
a.Close
__________________
como dice un sabio amigo mio:
web puede...
master algo menos...
[AIG...2001]