Differences
This shows you the differences between two versions of the page.
ppl:statements:ansipos [2019/04/16 14:00] – created - external edit 127.0.0.1 | ppl:statements:ansipos [2024/03/27 17:11] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ANSIPOS col: | ====== ANSIPOS col: | ||
- | If ANSI is available, position the cursor in column | + | If ANSI is available, position the cursor in column |
+ | |||
+ | **Legal ranges:** | ||
+ | 1 <= col <= 80 | ||
+ | 1 <= row <= 23 (Because of the status lines) | ||
+ | (1,1) is the top left corner of the screen | ||
+ | |||
+ | **Note:** Be aware that the user may have a different number of lines on his screen... if the user has 50 lines for exemple and that you do an ANSIPOS sentence to position the cursor on the 23rd line, the user will have a prompt in the middle of his screen... | ||
+ | | ||
- | Legal ranges: | + | --- |
- | 1 <= row <= 23 (Because of the status lines) | + | **See also: |
- | (1,1) is the top left corner of the screen | + | |
- | + | ||
- | **Note:** Be aware that the user may have a different number of lines on his screen... if the user has 50 lines for exemple and that you do an ANSIPOS sentence to position the cursor on the 23rd line, the user will have a prompt in the middle of his screen... | + | |
- | + | ||
- | **See also:** GetX, GetY | + | |