[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Date plus integer
[Thread Prev] | [Thread Next]
- Subject: Re: Date plus integer
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Wed, 17 Apr 2024 17:48:03 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 17/04/24 17:33, Benoît Minisini ha scritto:
Le 17/04/2024 à 17:21, Gianluigi a écrit :Il 17/04/24 17:09, Bruce Steers ha scritto:On Wed, 17 Apr 2024 at 15:56, Gianluigi <gradobag@xxxxxxxxxxx <mailto:gradobag@xxxxxxxxxxx>> wrote: Hi Benoit, until version 3.18.4 if you added an integer to a date it returned a date. Now it returns a number: Print Now() + 1 ' <--- 2492523,6124732 Is this a bug? No it's just bad coding results ;) (hehe only joking) Print CDate(Now + 1) that works as you are actually asking for a date object just using "Now + 1" makes the interpreter do a calculation/sum that returns a float. Respects BruceSBut my question was another: Why did it work until yesterday (3.18.4)? Evidently yesterday it was a good way to codify :-) Regards GianluigiI just tried with Gambas 3.18.4: $ gbx3 -e "Now + 1" 2492523,64755762 So please send the code that would return a date!
Hi Benoit, it's not my code, I reported your response as you can see: https://www.gambas-it.org/smf/index.php?topic=10474.msg53823#msg53823 As soon as he reply I'll post the code here. Thanks and regards Gianluigi
Date plus integer | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Date plus integer | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Date plus integer | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Date plus integer | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |