1561
Lua / Re: Lua Q&A
« on: August 23, 2011, 11:21:42 am »
How do I clear a string when a certain key is pressed?
I have so far:
But it's not clearing the string or it's not being called.
I have so far:
Code: [Select]
function on.deleteKey()
msg = string.char()
--also used msg = ""
end
But it's not clearing the string or it's not being called.