DBF()

Alias name of a work area

Syntax

Dbf() --> <cWorkArea>

Returns

<cWorkArea> Name of alias

Description

This function returns the same alias name ofthe currently selected work area.
Examples
      FUNCTION Main()

         USE Test

         select 0
         qOut( IF(DBF()=="","No Name",DBF()))
         Test->(qOut(DBF())
         qOut(Alias(1))

         RETURN NIL
Status

Ready

Compliance

DBF() is fully CA-Clipper compliant.

Files

Library is rdd

See Also