TKE_Text

Opcode
ASCII T
Hexadecimal 54
Decimal 84

 

Operands

Point position, Variable length, (length)xByte string

position reference point of the text
length length of the string. Value is a Byte, but if the value is 254, the real length follows as an additional Short, or if 255 as an additional Long.
string text string

 

Notes

Text string is inserted into the currently open segment.  For multi-byte character strings TKE_Text_With_Encoding should be used.

Version 6.00 and before only supported a simple Byte length.