UCase Function [Runtime] /text/sbasic/shared/03120310.xhp Sun Microsystems, Inc. converted from old format - fpe
UCase function UCase Function [Runtime] Converts lowercase characters in a string to uppercase.
See also: LCase Function Syntax: UCase (Text As String) Return value: String Parameters: Text: Any string expression that you want to convert. Example: Sub ExampleLUCase Dim sVar As String sVar = "Las Vegas" Print LCase(sVar) ' returns "las vegas" Print UCase(sVar) ' returns "LAS VEGAS" End Sub
/libreoffice-4.0.6.2'>distro/collabora/libreoffice-4.0.6.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3_kde5/gtk3_kde5_hudawareness.cxx
AgeCommit message (Expand)Author