CurPos: Difference between revisions

From BR Wiki
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
Line 3: Line 3:
===Syntax===
===Syntax===
[[file:Curpos.png]]
[[file:Curpos.png]]
<noinclude>
[[Category:Statements]]
</noinclude>

Revision as of 22:44, 16 January 2013

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