charAt()
Description
Access a particular character of the String.
Syntax
myString.charAt(n)
Parameters
myString: a variable of type String.
n: a variable. Allowed data types: unsigned int.
Returns
The character at index n of the String.
See also
- EXAMPLE String Tutorials