Pascal Scripting: CharLength

Prototype:

function CharLength(const S: String; const Index: Integer): Integer;

Description:

Returns the length in characters of the character in the specified string at the specified index, which is currently always 1.