string.token.type

Syntax

ir := string.token.type(s,i)

Get the character type at a given position.

Returns:

ir - Type of character at position i with the following values:

  • 0: missing item

  • 1: integer

  • 2: float

  • 3: string (unable to interpret as an integer or float)

Arguments:

s - string i - integer position of a character