Page 1 of 1

[Done] PB640a1 : bug with date

Posted: Mon Jan 26, 2026 2:33 pm
by drgolf
Hello,

This code crash :

Code: Select all

t$= FormatDate("Y=%yyyy, M= %mm, D=%dd", Date()) +Year(Date())

;[14 :32 :48] [ERREUR] Accès mémoire invalide. (erreur de lecture à l'adresse 18446744072233943232)


Re: PB640a1 : bug with date

Posted: Mon Jan 26, 2026 2:38 pm
by Fred
I just try this and it works:

Code: Select all

t$= FormatDate("Y=%yyyy, M= %mm, D=%dd", Date()) +Year(Date())
Debug t$
Can anybody else confirm ?

Re: PB640a1 : bug with date

Posted: Mon Jan 26, 2026 2:41 pm
by breeze4me
Confirmed.
Invalid memory access. (read error at address 906756288)

Re: PB640a1 : bug with date

Posted: Mon Jan 26, 2026 3:48 pm
by Fred
Fixed.