Previous Topic

Next Topic

Upper - MaxBasic Function

Upper(String: String): String

Returns String in upper case.

Upper function syntax has these named arguments:

Parameter

Description

String

Required. String to return in upper case.

For example:

  Upper("shout")

Returns: SHOUT

See Also

String Functions

Book Contents

Book Index