11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Legacy Commands and FunctionsSee Also• $BITCOUNT function$ZBITNOT (legacy function)Bitstring function – NOT$ZBITNOT(bitstring)DescriptionThis page describes the legacy function $ZBITNOT. It is described here for compatibilitywith legacy applications.$ZBITNOT returns a permutation of bitstring with each of its bit positions inverted -- thatis, 1s become 0s, and 0s become 1s.ExampleIf bitstring=[0,0,1,1,0], then the result of $ZBITNOT would be a bitstring with the value[1,1,0,0,1].See Also• $BITLOGIC function$ZBITOR (legacy function)Bitstring function – OR.$ZBITOR(bitstring1,bitstring2)DescriptionThis page describes the legacy function $ZBITOR. It is described here for compatibilitywith legacy applications.$ZBITOR returns a bitstring formed by the (bitstring1 OR bitstring2) operation. The lengthof the resulting bitstring equals the longer length of the two bitstrings. The value of the762 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!