Reference.StringCharAt History
Hide minor edits - Show changes to markup
August 13, 2010, at 05:47 PM
by David A. Mellis -
Changed lines 1-2 from:
to:
August 08, 2010, at 01:26 PM
by David A. Mellis -
Added lines 1-21:
String
charAt()
Description
Access a particular character of the String.
Syntax
string.charAt(n)
Parameters
string: a variable of type String
n: the character to access
Returns
the n'th character of the String
See also