BinaryOR

Purpose:

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

Parameter:

Number       Value.

Number       Value.

Return value:

String

Example:

BinaryOR (01,10)                Result: 11

BinaryOR (10,11)                Result: 11