Returns a copy of a string with all upper case characters converted to lower case. Other characters remain unchanged.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Aliases:
&lower (string) &Lower (string)
&TO-LOWER (string) &to-lower (string)
&TOLOWER (string) &To-Lower (string)
&tolower (string) &ToLower (string)&STRLWR (string) &strlwr (string)
&Strlwr (string)&LOW-CASE (string) &low-case (string)
&Low-Case (string) &lowcase (string)
&LOWCASE (string) &LowCase (string)
Examples:
&LOWER ("ABC") = "abc"
&LOWER ("Ab1%") = "ab1%"
&LOWER ("abc") = "abc"