[HOW TO?] small issue with lists

Tiago Morgado's icon

I am creating lists by determining the data type using route int float and then for the missing thing atoi->route list->itoa, and then passing the data into a pack object for creating a message that will allow me to do something (which is clearly not what I am doing in this example)

Max Patch
Copy patch and select New From Clipboard in Max.

so, considering this example (forget the route int float thing, just focus on the list), how do I take, in the final result, the "" off?

thanks in advance
tiago morgado

pid's icon
Max Patch
Copy patch and select New From Clipboard in Max.
Tiago Morgado's icon

considering that the lists will have a variable size

Tiago Morgado's icon
Max Patch
Copy patch and select New From Clipboard in Max.

thanks pid.. I was experimenting a solution at this point with tosymbol and from symbol and found my way of doing this

thank you anyway

MIB's icon
Max Patch
Copy patch and select New From Clipboard in Max.

while your patch seems to work, I don't think it is necessary to use delay and pipe at all... I try to stay away from them since introducing timing into patch that doesn't need it will give you headaches down the road....
have a look at the patch below. simply use triggers....