Advertisement
casencty

function str(str.i)

Oct 5th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. function str(str,i)  -- recupere un caractere a la position x d'une chaine
  2.   return string.sub(str,i,i)
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement