Function Timer() returns number of milliseconds instead of seconds on one of the system I have tried it on.
My program works as expected in Win2000 SP2 and WinXP, both laptops and desktops. The system where it didn't work was an Acer TravelMate 342T running Win2000 SP1.
The Windows SDK functions GetTickCount() and timeGetTime() works as they should on all the systems, including the Acer machine, as is CVI function GetSystemTime().
The program was installed using a CVI Distribution Kit built by LabWindows/CVI.
My solution for the moment is to use GetTickCount() instead.