Variable CurCol

Top 

Declaration:

int CurCol;

This is the number of the current column (the column the cursor is in) in the current Source. Columns are numbered with 1.

If the cursor is beyond the line end, then CurCol will contain 0.

Assigning a value to CurCol changes the cursor position. Also, see functions GotoXY, Up, Down, LeftRight, Tof, EofEol.