📄 h.gethex
字号:
* * * * * * * * gethex * * * * * * * * "hexadecimal representation to integer" SYNTAX: N = gethex(Y) Y is a sequence of 0,1,...,9,A,B,C,D,E,F,a,b,c,d,e,f. They are interpreted as the hexadecimal representation of an integer. N is assigned the integer corresponding to Y. Example 1: (correct) gethex( 2A40c4F ) Example 2: (incorrect) gethex( 34xy5 ) _ERR_NR_015
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -