TextIF.getCharacterAtOffset

Gets the specified text.

interface TextIF
dchar
getCharacterAtOffset
(
int offset
)

Parameters

offset int

position

Return Value

Type: dchar

the character at @offset.

Meta