Get your own free workspace
View
 

Left

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

 

Left

Usage:

                Left(String, n)

 

Description:

The Left command returns a string containing the leftmost n characters of a string.

Example:

                Function Main()
                        Result = Left("Hello", 1)
                        Output(Actor(), Result) // Displays H
                        Return()
                End Function

Comments (0)

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