Functions | |
void | Move_String_Cursor (HC_KEY key, int row, int column) |
void Move_String_Cursor | ( | HC_KEY | key, | |
int | row, | |||
int | column | |||
) |
Changes the position of a previously created String Cursor.
key | - Identifier returned by a previous call to KInsert_String_Cursor() . | |
row | - The row offset to which the cursor should be. This should always be specified as zero. | |
column | - The column offset to which the cursor should be moved. The first column is at offset zero. |
String cursors are commonly used during "string" events, and the system will move them automatically. You will not usually need to move string cursors yourself.
If the row/column position specified is not within the bounds of the text an error is generated.