Syntax :
LCase ( strExpression )
strExpression : String you want converted to lowercase
LCase ( strExpression )
strExpression : String you want converted to lowercase
Dim strCommandLine as String , strLowerCommand as String
strCommandLine = command
strLowerCommand = LCase ( strCommandLine )
This example retrieves the command -line parameters that were used to start the program and converts the entries to lowercase.
strCommandLine = command
strLowerCommand = LCase ( strCommandLine )
This example retrieves the command -line parameters that were used to start the program and converts the entries to lowercase.
No comments:
Post a Comment