DEC2BIN
The DEC2BIN function converts a decimal value in its binary format.
Syntax 1
function dec2bin (arg-1)
Syntax 2
$dec2bin (arg-1)
Arguments
arg-1 must be a numeric data item or literal.
Result
The function returns a number that is the binary representation of arg-1.
Examples
Example - Display the binary representation of the number 15.
display function dec2bin(15).