Hello,
Attached are two abstractions - one for creating a variable with a value and another for reading values. It is similar to the [value] object - except that the contents can be a number, symbol, or a list. Also - the reading object does not have to be bound to a variable like the [value] object.
The contents are converted to ascii and stored in an array - this is possible because of the moocow string library. The second object takes the name of the array to output and reads its ascii values up to an "end-of-string" number.
I made these to reduce the number of unique sends and receives or demultiplexers to shuttle the same information to different areas of the patch - especially in very complex patches with all sorts of exception rules.