Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_isdbt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_isdbt()


Syntax:     b_isdbt(<expC>)

Purpose:    See if database has associated DBT file

Arguments:  <expC1> is the file name

Returns:    A Logical Value

Library:    MICROSYS.LIB

----------------------------------- Example ----------------------------------

   if( b_isdbt("s:\bhq\systest\hq_dbf.dbf") )
       qout("Database has a DBT!")
   endi

See Also: b_isdbf()

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