PureBytes Links
Trading Reference Links
|
GDay Gerald
You could also use the following methods from Robert Linders fabulous
PUSHPOP.DLL to achieve the same results
DefineDLLFunc: "PUSHPOP.DLL", LONG, "CLOCKHHMM";
Returns the current real-time clock as a number in HHMM format
(0000-2359).
DefineDLLFunc: "PUSHPOP.DLL", LONG, "CLOCKHHMMSS";
Returns the current real-time clock as a number in HHMMSS format
(000000-235959).
DefineDLLFunc: "PUSHPOP.DLL", LONG, "CLOCKTICK";
Returns the current real-time clock as a number in tick format, where
you get 100 ticks per second (00000000-23595999). This clock is only
updated once every 18.2 times per second (= standard PC behavious for
real time clock).
--
Regards,
Greg
"We know that dictators are quick to choose aggression, while free
nations strive to resolve differences in peace." -- George W. Bush
|