:orphan:

=======
TKE_URL
=======

Opcode
======

.. csv-table::

	"ASCII", "^U"
	"Hexadecimal", "15"
	"Decimal", "21"


Operands
========

Variable length, (length)xByte url

.. csv-table::

	"length", "length of the URL 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``."
	"url", "URL string"
	
	
Notes
=====

URL allows for the insertion of an informational string in the data stream which may be skipped or used by the application. Normally, this would be used to provide a link to additional information about an object, such as specifications or a company web page.

See :doc:`TKE_External_Reference </general/hsf/opcodes/TKE_External_Reference>` for information on including one HSF file from another.

This opcode was added in HSF format 8.05. 
