hello,
Le 08/06/2012 00:43, Jonathan Wilkes a écrit :
I've posted about it before. Just imagine [s] inside abstraction [foo] and [r] inside abstraction [bar]. I want to type [foo blah] and have my abstraction set the inner [s] symbol to [parent-$0]-blah. Easy enough. Similarly, I want [bar blah] to set its inner [r] symbol to [parent-$0]-blah. Roadblock.
[s parent-$0-$1] [r parent-$0-$1]
anyway, if you really in need for a settable send and a settable receive, you can always use prepends and route that are both settable. see small attached abstraction.
cheers c