CurPos: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Available as of BR! 4.30, the CurPos statement returns the position of the cursor within the field when control is returned to the program. This does not include end-of-line s...") |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Available as of BR! 4.30, the CurPos statement returns the position of the cursor within the field when control is returned to the program. This does not include end-of-line spaces that have not been entered, but does include invisible CRLF characters. | Available as of BR! [[4.30]], the '''CurPos''' [[statement]] returns the position of the cursor within the field when control is returned to the program. This does not include end-of-line spaces that have not been entered, but does include invisible CRLF characters. | ||
===Syntax=== | ===Syntax=== | ||
CURPOS | |||
[[file:Curpos.png]] | [[file:Curpos.png]] | ||
<noinclude> | |||
[[Category:Statements]] | |||
</noinclude> |