Was this helpful?
LCase (strexpr)
This built-in function returns a string in which all letters of an argument have been converted to lowercase.
Example
#This expression will cause the string data in Field1 of the Source data file to be
#converted to lowercase in the target file.
LCase(Field1)
Last modified date: 02/09/2024