<< Click to Display Table of Contents >> Navigation: Reference > Functions > CT |
This function is used for counting true bits. It is not preceded by a % sign. See the chapter on logical expressions for details.
IMPORTANT: if referring to cols or fields you must use RCP BINARYDATA.
Examples of variable definitions using CT function:
di $ia=ct($m1),
di $ib=ct($m1)+(ct($m2)*2),