Advertisement
Guest User

Untitled

a guest
May 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function appenddata(data, table, filename)
  2. table.insert(table, data)
  3. writefile(filename, table)
  4. warn('Debug: appenddata: Wrote '..data..' to table '..table..' and saved to local file '..filename)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement