QB64 Phoenix Edition
The Locate command - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: The Locate command (/showthread.php?tid=2592)



The Locate command - eoredson - 04-13-2024

Hi,

I know the current Locate command states this:

   LOCATE [row%][, column%] [, cursor%][, cursorStart%, cursorStop%]

what if some qb64pe editor could add:

   LOCATE [row%][, column%] [, cursor%][, cursorStart%, cursorStop%] [, blinkrate%][, color%]

where blinkrate could be 1 to 7 per second, and color could be 1 to 15..

just out of curiosity.

Erik.