K$=RIGHT$(INKEY$,1)WOW
IF INSTR(KEYLIST$,K$) < 1 THEN EXIT DO
locatexy(10,10), input n$but you would type
SMcNeill
Locate y,x gives you row and column not the x,y pixel position.
R1
Locate y, x gives us the row and column of a fixed grid so to say. Lets say that I have
a input cell box that is not aligned with the grid. In the old days we used locate and
print which was also tied to a grid, _printstring removed that limitation and we can
now print to any location. All I am saying is that Locate could be updated to select
the x and y pixel location instead of the y,x grid.
R1
How does that work when people choose the option not to use the _underlines?