Re: [Gambas-user] Where is the mistake?

2019-04-08 Thread nando_f
I'd like to point out that the five uses of 'Now' in the example all occur at different times - but very close together temporally. A better test is to use only one 'Now' in the program into a variable and format with the different lines. -- Open WebMail Project (http://openwebmail.org)

Re: [Gambas-user] Where is the mistake?

2019-04-08 Thread Benoît Minisini
Le 08/04/2019 à 16:21, Hans Lehmann a écrit : Hello! Where is the mistake? Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Frac(Now())), "hh:nn:ss"); Format$(Time(Frac(Now())), "(t)") Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Now()), "hh:nn:ss");

[Gambas-user] Where is the mistake?

2019-04-08 Thread Hans Lehmann
Hello! Where is the mistake? Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Frac(Now())), "hh:nn:ss"); Format$(Time(Frac(Now())), "(t)") Print "Time-Part:  "; Round(Frac(Now()), -8); " ▸ "; Format$(Time(Now()), "hh:nn:ss"); Format$(Time(Now()), "(t)") Output: Time-Part: