Previous Topic

Next Topic

Lower - MaxBasic Function

Lower(String: String): String

Returns String in lower case.

Lower function syntax has these named arguments:

Parameter

Description

String

Required. String to return in lower case.

For example:

  Lower("DO NOT SHOUT")

Returns: do not shout

See Also

String Functions

Book Contents

Book Index