This function converts the string of characters within Text all to lowercase.
Lower([Text])
Where:
Text is a string of text or a reference to some text.
Rule | Meaning |
---|---|
Lower("This is SOME TeXt") | Converts all the characters within the string "This is SOME TeXt" to lowercase, so the string returned is "this is some text" |