Hello again list-o-mine!
I am trying to string togeather a whole bunch of data seperated by commas, but as you might imagine I am having a bit of trouble.
I am using prepend to attach one list to another, but how do I insert a comma?
(some message of unknown lenght) [tappa 50 10, <
[prepend]
new message should look like [tappa 50 10, (rest of message)<
What I get is [tappa 50 10 (rest of message)<
I humbly ask how do I do the comma insert? Thanks!
-thewade