Posted 22 October 2015 - 10:58 PM
local input = read()
how do i detect the length of the read
how do i detect the length of the read
nvm, i found out i can do event == 'key'#input, input:len(), or string.len(input).
See here for some other things you can do with text strings.