https://emily.shillest.net/ayaya/index.php?マニュアル/関数/TOBINSTR
TOBINSTR( var )
_i = 30 // Assign an integer _bin = TOBINSTR( _i ) _bin // The string "11110" is output (30 in decimal is 11110 in binary)
Last modified on: 2008-04-14 (Monday) 13:21:17
|