https://emily.shillest.net/ayaya/index.php?マニュアル/関数/BINSTRTOI
BINSTRTOI( string )
_bin = '11110' // Assign a binary numeric string _i = BINSTRTOI( _bin ) _i // The integer `30` is output (11110 in binary is 30 in decimal)
Last modified on: 2008-04-14 (Monday) 13:22:36
|