TKE_External_Reference_Unicode
Opcode
ASCII | DC3 |
Hexadecimal | 13 |
Decimal | 19 |
Operands
Variable length, (length)utf8 encoded reference
length | length of the reference string. Value is an Int . This length includes the null terminator of the utf8 string. The length is computed with strlen(utf8str) +1 . |
reference | reference (full or relative) to another HSF data file or stream. The null terminator of this string is stored in the hsf data and is included in the length. |
Notes
External Reference Unicode allows for the inclusion of another HSF file/stream in the current context (similar to the C/C++ #include preprocessor directive).
This opcode was added in HSF format 17.0.