|
Hi Emeka for i = 1, mystringlen do
dosomething(mystring.sub(i,i))
end
Is there a better way of doing the above? If yes, please throw
it to me :)
possibly: for c in mystring:gmatch('.') do dosomething(c) end -- Oliver Am 31.10.2014 um 18:33 schrieb Emeka:
|