StringASCII() 函数
- Last UpdatedJan 15, 2020
- 1 minute read
返回字符串第一个字符的 ASCII 码。
语法
result = StringASCII (string)
参数
string
字符串、消息标记名或字符串表达式。
示例
StringASCII("A") 返回 65。
StringASCII("hello world") 返回 104。
返回字符串第一个字符的 ASCII 码。
result = StringASCII (string)
string
字符串、消息标记名或字符串表达式。
StringASCII("A") 返回 65。
StringASCII("hello world") 返回 104。