View Single Post
  #1  
Old 03-26-2007, 02:32 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Tokenize / Removing characters

I want to save a string with saveLines(), when I use tokenize("\n"); to remove the '\n' all it does is escape it ('\\n'); How do I get rid of the '\n' all together to make an array?
Reply With Quote