Functions | |
| date () | |
| Returns system date. | |
| time () | |
| Returns system time. | |
| getticks () | |
| Returns the value of the Windows high-performance counter. | |
| setidle (ms) | |
| Insert a sleep time between script lines. | |
|
|
Returns system date. Returns system date. |
|
|
Returns the value of the Windows high-performance counter. Returns the value of the Windows high-performance counter, in milliseconds. Use this for timinig purposes.
Example: |
|
|
Insert a sleep time between script lines. Inserts a sleep time of ms milliseconds between the script lines. Useful for lowering the processor usage, but degrades the application speed and interface behavior. Don't use big values, something between 1 and 20 it's enough.
|
|
|
Returns system time. Returns system time. |