Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - ax_tablename() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 AX_TableName()
 Get the name of the current table
------------------------------------------------------------------------------

 Syntax

     AX_TableName() -> charstring

 Returns

     Returns the filename of current table including the ".dbf"
     extension.  If no table is in use, an empty string ("") is
     returned.

 Description

     AX_TableName() returns the file name of the current table in
     use.  The full file name, including the file extension, is returned.
     This function searches for the table only in the current
     work area.

     Note:  No path is returned with the file name.

 Example

     USE test VIA "DBFNTXAX"

     ? "The currently open table is ..: " + AX_TableName()


See Also: AX_IndexName()

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