Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>rddname() function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RDDNAME() function
 Return the name of the RDD active in the current or specified work area
------------------------------------------------------------------------------
 Syntax

     RDDNAME() --> cRDDName

 Returns

     Returns a character string, cRDDName, the registered name of the active
     RDD in the current or specified work area.

 Description

     RDDNAME() is an RDD function that returns a character string, cRDDName,
     the name of the active RDD in the current or specified work area.

     You can specify a work area other than the currently active work area by
     aliasing the function.

 Examples

     USE Customer VIA "DBFNTX" NEW
     USE Sales    VIA "DBFCDX" NEW

     ? RDDNAME()                          // Returns: DBFCDX
     ? Customer->( RDDNAME() )            // Returns: DBFNTX
     ? Sales->( RDDNAME() )               // Returns: DBFCDX

 Status:  New

 See also:  RDDLIST()

See Also: RDDLIST()

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