"\n" and "\r"
Posted: Thu Feb 02, 2006 7:40 pm
I use WindowsXP and have simple program in file test.lsp:
I run cmd.exe and execute command
Then I see, that size of file test.txt is 10 and it contain
"\n\r\n\r\n\r\n\r\n\r"
It is normal?
Code: Select all
(print "\n\n\n\n\n")
(exit)
Code: Select all
newlisp test.lsp > test.txt
"\n\r\n\r\n\r\n\r\n\r"
It is normal?