Table of Contents

Number To Binary

Returns a string containing a binary representation of the number in 0’s and 1’s.

Usage:

number to binary (integer: the number to convert)
returns text

Examples

  write log (number to binary 29)