[Gambas-user] time measure milliseconds ?
wally
wally at ...2037...
Fri Dec 31 08:40:33 CET 2010
(aded the code here, maybe easier now)
I have some general questions to the attached code.
'A: this works ok
DIM result_T as Date
result_T = Now - start_T
ValueBox1.Value = Format$(result_T, "uu")
'B: bad fornmat string
'ValueBox1.Value = Format$(Now - start_T, "uu")
'C: no msec possible ?
'ValueBox1.Value = DateDiff(start_T, Now, 1)
why B gives a "bad formatstring" error ?
Is there a possibility to make DateDiff return msec ?
Since SVN 3410 my error balloon are shown too short to read them.
How can i change this ?
I there a pool for example contributions ?
I want to send a _draw_event example code.
wally
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timeMeasure_g3b_001-0.0.1.tar.gz
Type: application/x-compressed-tar
Size: 4708 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20101231/907ca689/attachment.bin>
More information about the User
mailing list