MILLISECS |
Top Previous Next |
Syntax MILLISECS() Description Returns the number of milliseconds elapsed since Windows was booted. Parameters None Return value None Remarks Convenience alias to the API function GetTickCount. Note that this must be used like a function with empty parenthesis. Example usage PRINT MILLISECS( ) |