Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>alias()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ALIAS()


Syntax:     ALIAS([<expN>])

Purpose:    To obtain the alias name of the specified work area.

Argument:   <expN> is the number of specified work area.

Returns:    A character string.

            If no argument is specified, the alias of the current work
            area is returned.  If a numeric argument is specified, the
            alias of that area is returned.  If there is no database
            file in USE, ALIAS() returns a null string ("").

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   USE Sales
   SELECT 2
   USE Client
   ? ALIAS(1), ALIAS()           && Result: "Sales Client"


See Also: SELECT USE SELECT()

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