LibreOffice 7.3 Help
ααααααβαα½βα’ααααβααβααΆααα’ααβαααα»αβααααβα’ααααβαα βααΆβα’ααααβααΌα Β α
ααΎαβααβααα α α’αα»αααα UCase
LCase (Text As String)
ααααβα’αααα
Text α ααααααβααααβα’ααααβααΆβαα½α αααβα’αααβα ααβααααααΒ α
Sub ExampleLUCase
Dim sVar As String
sVar = "Las Vegas"
Print LCase(sVar) REM Returns "las vegas"
Print UCase(sVar) REM Returns "LAS VEGAS"
End Sub