Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfalias2name()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfAlias2Name()
Return the name of the database of an alias
------------------------------------------------------------------------------
Syntax:

     dfAlias2Name( <cAlias> ) --> cFile

Parameters:

     <cAlias>   Alias of the file

Returns:

     <cFile>    Database name

Description:

     With this function you can know, if a database is opened with one
     alias, what is the name of the database. With this information you can
     search in the DBDD in a correct mode

Example:

     dduse("video","newfile")
     
     ? dfAlias2Name("newfile") // Return video
     ? dfAlias2Name( ALIAS() ) // Return video

See also:

     ddUse(), dfUse()

See Also: ddUse() dfUse()

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