Lower Function

The $Lower function converts the string to lower case. The only mandatory parameter is source string.

Examples

  1. $Lower(($Lib(Cities)) returns Cities name list in lower case.
  2. $Lower(X{=8}) generates 8 hexadecimal digits in lower case.