Secondly, the LOCATE command only works to relocate the cursor position on the console screen. The console screen is usually only 50 characters wide and 30 characters tall, which is way less than the numbers usually returned by the TOUCH command. In this case you would either want to use the MOD operator (not recommended for beginners) or the GPUTCHR command.