Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

LCASE

action

returns a string in lowercase.

syntax

LCASE ("string")

parameters

String

The string you want to change to lowercase.

returns

The input string in lowercase.

example

$x = LCASE(@USERID)