View Single Post
  #6  
Old 03-26-2007, 08:43 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Angel_Light View Post
\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 View Post
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

Last edited by Rapidwolve; 03-26-2007 at 08:53 PM..
Reply With Quote