PDA

View Full Version : Need Help With text File Script



Robert29b
11-02-2005, 09:20 AM
I am trying to add a carriage return <CR> to my text file when I do a (TextFile.WriteFromString("AutoPlay\\Docs\\Documents\\Printers.txt", result5.." ", true);

Can someone please help??

Thanks!

Intrigued
11-02-2005, 06:07 PM
I am trying to add a carriage return <CR> to my text file when I do a (TextFile.WriteFromString("AutoPlay\\Docs\\Documents\\Printers.txt", result5.."\r\n", true);

Can someone please help??

Thanks!

Try that...