[]
Returns the initial input position for the given text. This initial position may not be the first input position.
int GetInitialInputPos(string currText)
Function GetInitialInputPos(currText As String) As Integer
Type | Name | Description |
---|---|---|
string | currText | The current text |
Type | Description |
---|---|
int | The initial position |