get_char method

get_char(ix)

Gets the element at the specified IX.

Returns

CharChar.

def get_char(self, ix):
    ...
ParameterTypeDescription
ixintInt32The zero-based index of the element within its parent element.

See Also