PDA

Click to See Complete Forum and Search --> : saving to a text file in asp.


Dec 26th, 2000, 11:55 PM
Hiyas, I am saving to text file in asp for append, now that works fine but it is all ending up on the same line, each time something is saved in the text file it is on the same line as the last data sent, and I would like to save each entry on a different line, so i was thinking of attaching an carriage return onto the end of the line, so can someone please tell me how to save enter in asp? in vb i know is vbCrlf but that doesn't work in asp, so what is it in asp? can you use chr codes?. thanx

Dec 27th, 2000, 06:45 AM
no matter... did it using character codes...