v1.0

BYTE-LENGTH Function

Description:

This function returns an integer value equal to the length of the argument in bytes.

Types:

Argument TypeReturn Type
Alphanumeric literalInteger
National literalInteger
Type nameInteger
Any data itemInteger

Usage example:

FUNCTION* BYTE-LENGTH* ( input-data [ PHYSICAL* ] )