Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

$ZBITLEN (legacy function)

Bitstring function – LENGTH.

Synopsis

$ZBITLEN(bitstring)

Description

This page describes the legacy function $ZBITLEN. It is described here for compatibility with legacy applications.

$ZBITLEN returns the number of bits in bitstring.

Example

If bitstring=[0,0,1,1,0], then the result of $ZBITLEN would be the length 5.

See Also

FeedbackOpens in a new tab