(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

Attachment: timeMeasure_g3b_001-0.0.1.tar.gz
Description: application/compressed-tar

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to