0 Members and 2 Guests are viewing this topic.
function on.charIn(ch)msg=string.sub(msg,1,pos)..ch..string.sub(msg,pos+1) -- pos is the position where you insert what you're typing.pos=pos+1end
Why don't you use string.usub() instead of string.sub() ?In my opinion, it should work