UCase()
语法
Result$ = UCase(String$)概要
Returns the original string converted into upper case characters.
参数
String$ The string to convert into uppercase.
返回值
The string converted into uppercase.
Remarks
This function also supports accent letters, so if a lower '� is found, it will be transformed into '�.
示例
Debug UCase("This is Art") ; Will display "THIS IS ART"
参阅
LCase()
已支持操作系统
所有