hex$()
値の十六進表記を戻す。
$マークはオプションで
hex()
も可能
書式:
variable
= hex$(
value
)
variable
= hex(
value
)
例:
print
hex$(
255
)
コンソールに十六進表記の: ffを出力