Input() Cursor
Blitz3D Forums/Blitz3D Beginners Area/Input() Cursor
| ||
| When using the Input() command to get a string from the keyboard, how do you make the cursor return to the top of the screen? In other versions of BASIC that I have used the CLS command usually returns it to the top of the screen. |
| ||
| Locate X,Y |
| ||
| That's exactly what I needed. Thanks for the quick response. I can't seem to find Locate in the manual. |
| ||
| Its in the "2D Text Commands" section. |
| ||
| Wow, I'm still using Docs version 1.62. Looks like I'll have to update. Thanks again! |