I noticed the absence of push-assoc while wandering through the manual and of course that raised the obvious question. Probably under the heading of "stupid questions", but how do you add to an associative list? I tried what seemed to be the simple approach:
Im confused... because I know there where changes regarding
indexing and strings, but if its an Index issue or a string related
issue i cant tell, i still think -1 -1 should be 'end end'.. ;-)
But perhpas Lutz, when he's back in the US, has an explanation for it...
This problem was introduced in 9.2.12, when error messages for overshooting indices where introduced.
It happens when pushing onto a sublist which has exactly one member with -1. The work around would be using a positive index (if the length of the sublist is known).