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]

ALIAS()

Returns the alias name of a work area
---------------------------------------------------------------------------------

 Syntax

        Alias([<nWorkArea>]) --> <cWorkArea>  

 Arguments

        <nWorkArea>   Number of a work area    

 Returns

        <cWorkArea>   Name of alias    

 Description

      This function returns the alias of the work area indicated by
      <nWorkArea>  If <nWorkArea> is not provided, the alias of the
      current work area is  returned.

 Examples

      FUNCTION Main()

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

      RETURN NIL

Status

      Ready

 Compliance

      ALIAS() is fully CA-Clipper compliant.

 Files

      Library is rdd



See Also: DBF()

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