cobra_tomtrein

Untitled

Jul 24th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. section = "hello"
  2. returnstring = ""
  3. charable = {}
  4. for i=1, #section do
  5. table.insert(charable, string.sub(filestring, i,i))
  6. end
  7. for i=#charable, 1, -1 do
  8. returnstring = returnstring..charable[i]
  9. end
  10. print(returnstring)
Advertisement
Add Comment
Please, Sign In to add comment