Hi all,
I need to send incoming symbols to specific outlets based on the first couple of letters of each symbol.
For example, something like this:
[AABFYD( [BBGFYD( [CCAFYD(
|________ /_________/
[route AA$1 BB$1 CC$1]
| | | |
But [route] doesn't seem to like dollarsigns in this way. Is there another object that will do this sort of routing?
Thanks!