TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-45
$LEN Function
$LEN Function
The $LEN function returns the length, in bytes, of one occurrence of a variable.
$LFIX Function
The $LFIX function returns a FIXED (fpoint) expression from an unsigned INT
expression.
$LMAX Function
The $LMAX function returns the maximum of two unsigned INT expressions.
$LMIN Function
The $LMIN function returns the minimum of two unsigned INT expressions.
$MAX Function
The $MAX function returns the maximum of two signed INT, INT(32), FIXED (fpoint),
REAL, or REAL(64) expressions.
$LEN ( variable
)
VSTB119.vsd
VSTB120.vsd
$LFIX ( int - expression
, fpoint
)
VSTB121.vsd
$LMAX
( int - expression
, int - expression
)
VSTB122.vsd
$LMIN
( int - expression
, int - expression
)
VSTB123.vsd
$MAX
( expression
, expression
)