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>dbf() name of current alias examplep.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Dbf()          Name of current alias                   Examplep.prg


Syntax:        Dbf()

Returns:       A character string.

               Dbf() returns the alias of the current work area as a
               character string using ALIAS() with no argument.  If
               there is no active database file in the current work
               area, Dbf() returns a null string ("").

Note:          This function is not identical to the equivalent dBASE
               III PLUS function, since it does not return the drive and
               the extension of the current database file.

Library:       EXTEND.LIB


--------------------------------- Source Code ------------------------------

   FUNCTION Dbf

   RETURN ALIAS()

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