Countlist definitions

<< Click to Display Table of Contents >>

Navigation:  Reference > Commands >

Countlist definitions

A countlist definition command takes the form:

DI ivar = CT (countlist),

The number of bits true in the countlist is set as the value of the ivar. See the chapter on logical definitions for information on the CT function.

Examples of countlist definition commands:

di $inum=ct($purch),

di $cnt=ct($one,$two,$three),