Get BIOS time in LINGO
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 to share