Navigation: Macros > Macro Language > Built-in Functions > All Functions
LowerCase
str = LowerCase(sAnyString)
This macro function converts all the characters of a string into their lowercase version.
sResult = LowerCase('The Canadian Team') // 'the canadian team'
See also: UpperCase.
Topic 105103, last updated on 18-Apr-2020