Syntax:=LCase(Text)
Description:Returns the lower case of the Text string given.
Example:Give the lower case equivalent of "Hello World" (="hello world")=LCase("Hello World")