Bin

Description

Converts an integer value into a string containing its binary representation. For example Bin(7) would return a string containing "111".

If you are calling this command from tier 2 this string must be deleted when you are done with it.

Definition

string Bin( i )

Parameters