Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - n_dbf() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_DBF()


Returns

Name of the currently selected database. If no file is open in the 
current work area, returns a null string.


Example

// Display a message while trying to lock a file
DO WHILE !FLOCK()
   @ 24, 0 SAY 'Trying to lock file ' + N_DBF()
ENDDO




See Also: N_DBT() N_NDX()

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