Quote:
Originally Posted by Angel_Light
\n makes a line break in the code... just add a new line if your saving to some file
|
Oh really? I didn't know that I just randomly decided to put '\n' in the text parser -_-
just kidding, yes i know
Quote:
Originally Posted by godofwarares
PHP Code:
tokens = var.tokenize("\\n");
That should work, Try it.
|
Seems like it should, I'll try
Edit, now its taking away all N's along with the \n's and when I do \\\n it works but it adds an n to the beggining of each array but the first one