Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CursorPos Data Type



This data type allows you to specify screen positions in row/column values. Rows and columns both start at 1 for the first position on the screen.

Member
name

Member type

Description

row

long

1-based row of screen cursor

column

long

1-based column of screen cursor

Back to Custom Data Types

...