Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/08/2002, 16:00
jpalbox
 
Fecha de Ingreso: abril-2002
Mensajes: 432
Antigüedad: 23 años
Puntos: 0
crear archivo de texto en asp

Estoy intentando crear un archivo de texto en asp pero la verdad es q no tengo mucha idea como se hace tengo este codigo

set fs = Object ("Scripting.FileSystemObject")
set ts = fs.CreateTextFile(rutat & hola & ".txt")
on error resume next
if rr.number=0 then
ts.write("Esto es un texto")
end if

y me da el siguiente error.

No coinciden los tipos: 'Object'