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.
string Bin( i )