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

Just starting out? Need help? Post your questions and find answers here.
Lebostein
Addict
Addict
Posts: 833
Joined: Fri Jun 11, 2004 7:07 am

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

Post 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")
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

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

Post by Fred »

This syntax is no more allowed as it's not documented and could lead to hard to find bugs.
Post Reply