Hi again,
I'm happily creating subpatches and filling them with dynamic subpatches
(thanks again, Jonathan), but now I'm stuck on something more subtle.
I'm doing something like this:
[b]
|
[symbol G]
|
[; pd-exp-$1 msg 20 235 /analysis/level/$1; (
to dynamically add a [/analysis/level/G ( message box to subpatch
'exp-G'. However, what I really want that message box to say is:
[/analysis/level/G $1(
so I can do something useful with that message. How do I get '$1' into
that message box, dynamically?
Phil