リロード ヘルプ
新規 編集 複製 添付
BINSTRTOI( string )
_bin = '11110' // 2進数値文字列を代入 _i = BINSTRTOI( _bin ) _i // 整数「30」 が出力される(2進数の11110は10進数で30)