===================
TKE_Unicode_Options
===================

Opcode
======

.. csv-table::

	"ASCII", "^V"
	"Hexadecimal", "16"
	"Decimal", "22"


Operands
========

Variable length, (length)xWord options

.. csv-table::

	"length", "length of the string. Value is a ``Short`` but if the value is 65535, the real length follows as an additional ``Long``."
	"options", "options string"
	
	
Notes
=====

Unicode_Options is a string of one or more (comma separated) ``name=value`` pairs associated with the current segment. This is identical to User_Options, except that the string is an array of word-sized characters instead of an array of long-sized characters.
