DrFair

Test

Feb 3rd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. file = fs.open("testfile","w")
  2. mytable = { [1]="Test" }
  3. if file then
  4. file.write(textutuls.serialize(mytable).."\n")
  5. file.close()
  6. print("Success.")
  7. else
  8. print("Fail.")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment