Dear Antonio,
is there a function milliseconds() in mod harbour.
Best regards,
Otto
Dear Antonio,
is there a function milliseconds() in mod harbour.
Best regards,
Otto
Dear Antonio,
I found a workaround:
If I subtract a number from seconds() and add it back, it shows decimal places.
hData[ 'seconds' ] := 10 + seconds()-a -10
Best regards,
Otto
Dear Otto,
You can use HB_MILLISECONDS()
Dear Antonio,
thank you. I was searching for this quite a long time.
Best regards,
Otto