
03-04-2011, 05:56 AM
|
|
Banned
|
Join Date: Feb 2007
Posts: 1,002
|
|
|
Ah, I see your actual problem now.
If you use savelines and loadlines, it automatically converts actual line breaks to the string \n. If you use savestring and loadstring it won't do that.
So basically just use savestring and loadstring like in fp4's example and your problem should go away. |
|
|
|