[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|              ALIAS              |
+---------------------------------+
ALIAS([<expN>])

-----------------------------------
Returns alias of specified work area.
Return value - Character
-----------------------------------

<expN>
        Work area number.  Defaults to current work area if no <expN>
specified.  Returns null string if no database is open in the specified
work area.

+---------------------------------+
|             Examples            |
+---------------------------------+
CLOSE ALL
SELECT A
USE states
SELECT B
USE customer ALIAS cust
? ALIAS()

? ALIAS('states')

-----------------------------------

See Also:  DBF(), SELECT(), USED()

-----------------------------------

See Also: DBF() SELECT() USED()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson