| |
fahbio
Posts: 3
Score: 0
Joined: 7/10/2003
From:
Status: offline
|
Hi, I?m using this script to write data into a notepad: Set fso = CreateObject("Scripting.FileSystemObject") Set texto = fso.OpenTextFile("c:\arq_pao.txt", 8, 0) texto.Write (p) but what I get it like this: FabioFabioFabioFabio..... (..eache time I put data into the script...) I wanna know if there?s a way to write data into the notepad just like this: Fabio Fabio Fabio Fabio skipping the lines...... thank u all []?s fahbio
|
|