
16/12/2006, 17:41
|
 | | | Fecha de Ingreso: febrero-2005 Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 1 mes Puntos: 1 | |
Re: Crear fichero .txt con VB6 aqui tienes un ejemplo:
Código:
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("c:\archivo.txt", True)
a.writeline "Texto"
__________________ ホルヘ・ラファエル・マルティネス・レオン |