Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Class(y) - <b>symbol class</b> - class method http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Symbol Class - Class Method
 new()
------------------------------------------------------------------------------

 Syntax:

    Symbol():new( <cSymName> )

 Arguments:

    <cSymName> is a string containing the name of the symbol to be
    stored in the newly created object.

 Returns:

    A Symbol object referring to the specified symbol.

 Description:

    Creates and returns a new symbol object referring to the specified
    symbol.

 Example:

    The following code creates a Symbol object which refers to a symbol
    named open:

        LOCAL oSym := Symbol():new( "open" )

    The resulting Symbol object can be used as a parameter to the
    predefined perform message.

See Also: þ perform

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson