=
Home
Docs
Download
Apps
News
Contacts
Home
Docs
Download
Apps
Contacts
Function LCase
LCase
(string)
The function returns a string containing the specified string converted to lowercase. Example:
sLower
=
LCase
(
"Hello World"
)
' it is "hello world"
See also:
Function UCase
(c) 2020-2026 ToyBasic.org