Question

Can someone tell me how to get the BIOS time in Lingo?

Was it helpful?

Solution

_system.time() will give you the system time. You can also use the good old Lingo syntaxed "the systemDate" wich is an object with properties such as ".seconds" for example.

To access the BIOS probably need a custom built xtra. You can build one in Delphi or C/C++ but to make it auto-downloadable you need to sign if i remember correctly (Long time since I made one). :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top