Get your own free workspace
View
 

Upper

Page history last edited by Gamemaster 3 years, 6 months ago

 

Upper

Usage:

                Upper(String)

 

Description:

The Upper command returns the uppercase version of a string.

Example:

                Function Main()
                        Result = Upper("Hello")
                        Output(Actor(), Result) // Displays HELLO
                        Return()
                End Function
        

Comments (0)

You don't have permission to comment on this page.