Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>biosdate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BIOSDATE()
 Determines the system BIOS date
------------------------------------------------------------------------------
 Syntax

     BIOSDATE() --> dBIOSdate

 Returns

     BIOSDATE() returns the ROM BIOS date.

 Description

     As a rule, all industry-standard PC's insert a generated date at a
     particular memory location in the BIOS.  Based on this date,
     incompatibilities known to exist up to a particular release can be
     acknowledged.  The function returns a date-type value and spares you an
     elaborate PEEK.

 Note

     .  Although unlikely, you may not find a date at this BIOS
        position.  Therefore, you should test to see if a date is returned.

 Example

     Is this an older computer?

     IF BIOSDATE() < CTOD("01/01/85")
        ? "Older version ...!"
     ENDIF


See Also: PCTYPE() CPUTYPE()

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