Get your own free workspace
View
 

Right

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

 

Right

Usage:

                Right(String, n)

 

Description:

The Right command returns a string containing the rightmost n characters of a string.

Example:

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

Comments (0)

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