Or you can use ASCII code 160, the non-breaking space, which looks like a space but acts like a symbol. Copy it from between the speech marks and paste it into a label: " ". Works fine on all platforms.
From: Pd-list pd-list-bounces@lists.iem.at on behalf of IOhannes m zmoelnig zmoelnig@iem.at Sent: 11 April 2017 09:05 To: PD list Subject: Re: [PD] Weird [cnv] object error-bug
On 2017-04-11 09:31, José Rafael Subía Valdez wrote:
Hello Liam,
no. it wasn't created in l2ork, it is all vanilla,
Hello Ico,
yes it has blank spaces, that is interesting, I will try without, although it is a partial bug then, because it does work kinda until I wanna modify the properties in the main patch
it's a known issue. the simplest workaround is to set the label to something without spaces programmatically (e.g. use [label foo() before entering the properties.
the simplest fix for the problem would be to just forbid labels with spaces.
gfmasdr IOhannes