E
Erica
Hi, is it possible to insert newline character in filenames? How do I do
this?
Thanks,
this?
Thanks,
Erica said:Hi, is it possible to insert newline character in filenames? How do I do
this?
Erica said:Hi, is it possible to insert newline character in filenames? How do I do
this?
Tim said:Newline doesn't appear on the list of forbidden characters for a
filename, but I definitely would not do it even if I could figure out
how to. It would be horribly difficult to do anything with the file.
Newbie Coder said:If you look at that page it says OA which is hex for 10, like I said. I
have
just looking in my Visual Studio.NET MSDN documentation for the ASCII
character set & it also states newline is chr(10). You could also use CRLF
(carriage return line feed), which is chr(13), chr(10)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.