TextIF.getCharacterAtOffset

Gets the specified text.

interface TextIF
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