https://emily.shillest.net/ayaya/index.php?マニュアル/関数/HEXSTRTOI
HEXSTRTOI( string )
_hex = '1E' // Assign a binary numeric string _i = HEXSTRTOI( _hex ) _i // The integer `30` is output (1E in hexadecimal is 30 in decimal)
Last modified on: 2014-01-29 (Wednesday) 22:38:49
|