BinaryAND

Purpose:

Links the two (integer) parameters binary with 'and' and returns the result.

Parameter:

Number       Value.

Number       Value.

Return value:

String

Example:

BinaryAND (01,10)              Result: 0

BinaryAND (10,11)              Result: 10