Mar 20, 2001 #1 marabozu Programmer Jan 3, 2001 36 US Hi, I want to have a new line to a txt file. In php I use: echo "\r\n"; and in vbscript? I tried Response.write chr(13) but only works in .csv files, but in .txt files doesn't work! thanks in advance M. Neto
Hi, I want to have a new line to a txt file. In php I use: echo "\r\n"; and in vbscript? I tried Response.write chr(13) but only works in .csv files, but in .txt files doesn't work! thanks in advance M. Neto
Mar 20, 2001 #2 Mighty Programmer Feb 22, 2001 1,682 US Response.write vbcrlf Mise Le Meas, Mighty Upvote 0 Downvote