On 16/04/10 19:38, Demosthenes Koptsis wrote:
> Hi i want to ask why there is a difference when i print a date var and when
> i Message the var
> example code
>
> dNow = Time(Now)
> PRINT dNow           'output 14:37:10
> Message(dNow)      'output 14:37:10.658
>
> what is the 658 at the end if Messagebox output?
>
>   
The .658 is the milliseconds.
Presumably Print and Message use a Format$ slightly differently.
See http://gambasdoc.org/help/lang/format

Regards
Werner


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to