Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

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: ALIAS()

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