Home  Contents

#mtd16

Mtd16 Core4 Lua Commands

SYNOPSIS

#msg

DESCRIPTION

Returns the length of the binary message stored in msg.

RETURN VALUE

The message length in bytes.

EXAMPLE

>  > 
msg = mtd16.new(0xF00F) print(#msg)
4

SEE ALSO