Skip to main content
Used to represent and manipulate a 32 bit bitset.

Constructors

FHBitSet()

Initializes a new instance of the FHBitSet class.

Methods

getBitNo(Integer)

Checks if a specified bit is set.
Returns: CRMScript.Global.Bool - True if a specified bit is set; otherwise, false.

set(Integer)

Initializes the bitset from an Integer.
Returns: CRMScript.Global.Void Example:

set(String)

Initializes the bitset from a String.
Returns: CRMScript.Global.Void

setBitNo(Integer,Bool)

Sets a specific bit.
Returns: CRMScript.Global.Void Example:

toInteger()

Returns the bitset as an integer.
Returns: CRMScript.Global.Integer - The Integer representation of the bitset.

toLsbString()

Returns an LSB (Least Significant Byte first) string representation of the bitset.
Returns: CRMScript.Global.String - The LSB string representation of the bitset. Example: