C5_RDDNAME

 RDDNAME()
 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 for the
     name of the active RDD, cRDDName, 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

See Also: RDDLIST()



One response to “C5_RDDNAME

  1. Pingback: C5DG-3 RDD Reference | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.