Advertisement
hadar

Untitled

Sep 19th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local dataPost = "this|is|a|test|to|see|if|stuff|breaks"
  2. file = io.open("test.txt", "w")
  3. file:write(dataPost)
  4. file:close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement