[]
Returns the next input position dependent on the direction, the current text, and the current position. A value of -1 for direction means the previous direction.
int GetNextInputPos(string currText, int position, int direction)
Function GetNextInputPos(currText As String, position As Integer, direction As Integer) As Integer
Type | Name | Description |
---|---|---|
string | currText | The current text |
int | position | The position |
int | direction | The direction |
Type | Description |
---|---|
int | The next input position dependent on the direction. |