TextT.getCharacterAtOffset

Gets the specified text.

template TextT(TStruct)
dchar
getCharacterAtOffset
(
int offset
)

Parameters

offset int

a character offset within @text

Return Value

Type: dchar

the character at @offset or 0 in the case of failure.

Meta