Description
Access a particular character of the String.
Syntax
myString.charAt(n)
Parameters
myString
: a variable of type String
n
: a variable of type unsigned int
Returns
The n’th character of the String.
Access a particular character of the String.
myString.charAt(n)
myString
: a variable of type String
n
: a variable of type unsigned int
The n’th character of the String.
EXAMPLE String Tutorials