
05/04/2003, 17:00
|
 | | | 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] |