Home  Contents

mtd16.tagCode

Mtd16 Core4 Lua Commands

SYNOPSIS

code = mtd16.tagCode(tag)

DESCRIPTION

Calculates the numerical value of tag with the type stripped off. If tag is not a number, it is looked up in the table mtd16.lutTag to get its numerical value.

RETURN VALUE

The numerical value of tag, with the top four bits cleared.

ERRORS

Raises an error if tag could not be converted to a number by looking it up in mtd16.lutTag.

EXAMPLE

print(mtd16.tagCode(0xF001))
1

SEE ALSO