Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- section = "hello"
- returnstring = ""
- charable = {}
- for i=1, #section do
- table.insert(charable, string.sub(filestring, i,i))
- end
- for i=#charable, 1, -1 do
- returnstring = returnstring..charable[i]
- end
- print(returnstring)
Advertisement
Add Comment
Please, Sign In to add comment