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_dbt() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_DBT()


Returns

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


Example

USE Customer
? N_DBF()
CUSTOMER.DBF
IF EMPTY(N_DBT())
   ? 'No memo file currently open'
ELSE
   ? N_DBT()
ENDIF


See Also: N_DBF() N_NDX()

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