hello, you can use [value foo] and [expr foo*$f1] when they are in the same patch, [expr foo] wont work in another one, like with block~, that's why you won't need $0
----- Mail Original ----- De: "Derek Holzer" derek@umatic.nl À: "Matteo Sisti Sette" matteosistisette@gmail.com, "pd-list" PD-list@iem.at Envoyé: Samedi 27 Mars 2010 21h06:35 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [PD] expr size() refuses some array names
Sorry, meant this in second example:
[bang< | [f $0] | [expr size("$0foo")]
But you probably knew that!
D.
On 3/27/10 9:04 PM, Derek Holzer wrote:
What if you bang a [f $1] and send it to [expr size("$1foo")]?
Likewise with "bang"--->[f $0]--->[expr size("$0foo")]?