Get your own free workspace
View
 

Chr

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

 

Chr

Usage:

                Chr(Char)

 

Description:

The Chr command returns the string representation of a character. The Char parameter is the ASCII code for the character.

Example:

                Function Main()
                        Output(Actor(), Chr(50)) // Displays 2

                        Return()
                End Function

Comments (0)

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