(10-24-2025, 10:14 PM)madscijr Wrote: @Petr I can't run this right now, but I was looking for a way to LOCATE the INPUT statement at a given row / column like LOCATE does with PRINT?
If not, is there a way to do that?
Locate 10, 10: Input "test"; test$
or
Locate 10, 10: Input "Insert name: ", name$

