Thread: Savelines =o
View Single Post
  #2  
Old 07-06-2006, 09:27 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
array.savelines(path, true/false)

Array is the array it saves as text.
Path is the path to the file.
true/false is either append or overwrite, not sure.. I'd assume append.

I'm pretty sure you have to put arrays into new variables when you pass them.
You might wanna try something like...
lines = params[2];
Reply With Quote