Menu

#918 no $0 in arrays resulting in name-conflicts

v0.44
open
puredata (322)
5
2012-10-19
2012-09-17
Anonymous
No

It seems I can't use "$0" in array-names. And if I rename an array including the "$0" and save it, the "$0" becomes eg. 1002 and can't be found anymore... if the patch uses eg "1004" for "$0".
One can't always use [table]-objects.
And one can't use arrays in GUI-abstractions it seems..

Discussion

  • Hans-Christoph Steiner

    An example patch is always very helpful, especially if it triggers the problem every time that it is run. Ideally the example patch would have only enough objects to cause the problem, but nothing else.

     
  • Hans-Christoph Steiner

    I think that $0 only works at the beginning of array names. see the patch that I attached.

     
  • Hans-Christoph Steiner

    • labels: 680485 --> puredata
    • milestone: --> v0.44
     
  • Hans-Christoph Steiner

    illustrates the problem

     
  • Hans-Christoph Steiner

    • assigned_to: nobody --> millerpuckette
     

Anonymous
Anonymous

Add attachments
Cancel