Get BIOS time in LINGO

Can anyone tell me how to get BIOS time in Lingo?

+1


source to share


1 answer


_system.time () will give you the system time. You can also use the good old Lingo syntactic "systemDate", which is an object with properties like ".seconds" for example.



A special built-in xtra may be required to access the BIOS. You can create it in Delphi or C / C ++, but to make it auto-loadable you need to sign if I remember correctly (long time since I created it). :-)

+2


source







All Articles