
07-06-2006, 09:27 PM
|
|
Banned
|
 |
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
|
|
|
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]; |
|
|
|