StringUpper() 函数
- Last UpdatedFeb 05, 2018
- 1 minute read
返回字符串相应的大写形式。
语法
result = StringUpper (string)
参数
string
文本、消息标记名或字符串表达式。
示例
StringUpper(“abcd”) 返回 “ABCD”。
StringUpper("The Value Is 22.2") 返回 “THE VALUE IS 22.2”。
mtag = StringUpper(mtag) 将 mtag 的消息值转换为大写形式。