Page 1 of 1

PB 6.11 b2 - default values of new map elements don't work since 6.11

Posted: Mon Apr 29, 2024 9:00 pm
by Lebostein

Code: Select all

NewMap string.s()
string("test") ; new map element with value "" is created
Debug string("test")

NewMap integer.i()
integer("test") ; new map element with value 0 is created
Debug integer("test")

Re: PB 6.11 b2 - default values of new map elements don't work since 6.11

Posted: Mon Apr 29, 2024 10:03 pm
by Fred
This syntax is no more allowed as it's not documented and could lead to hard to find bugs.