QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Kernelpanic on October 21, 2020, 06:25:42 pm
-
Is it possible with "Locate" so, or similar, to determine the new position of the cursor?
LOCATE CSRLIN + 2, POS (0)
LOCATE (CSRLIN + 2), POS (0)
Or is that basically not possible?
-
Easiest answer to these type of questions is to just try them out and see for yourself. Learn by doing and experimenting. ;D
-
Easiest answer to these type of questions is to just try them out and see for yourself. Learn by doing and experimenting. ;D
That I have do it - and . . . have You an answer of the question?
-
PRINT "When I first started QB64, " PRINT "it took me a long time to locate CRSLIN and POS(0)." PRINT "Then, someone told me about: https://www.qb64.org/wiki "
-
Thank you! ;) Now it works, but "Locate (CSRLIN + 2, Pos (0)" didn't work for me. Ok.
Now I have a new problem. . .I am making a new thread.