klyn.String.operator[]
method
public native operator[]( position as UInt ) as Char throws IndexException
Description
Returns or sets the character at the given position.
Parameters
  • position Zero-based index.
Throws
  • IndexException if position is outside the string bounds.