Forum Discussion
speechles
7 years agoRoku Guru
chr(8) is backspace. chr(9) = \t = horizontal tab and chr(11) = \v = vertical tab. You silly rabbit.
Brightscript Debugger> ? "no"+chr(8)+chr(8)+"yes"
yes
Brightscript Debugger> ? "no"+chr(8)+chr(8)+"yes"
yes