simple question with $1 and $2 and number boxes

nickv91's icon

i would like to do this

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

I would like that the value of the first number box will be $1 and the value of the second number box will be $2 how possible????

Thanks!

Medd's icon

[pack] or [pak]

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

As order of arrival is important to "identify" which of the two values is $1 and which is $2, you need to pack the values into a list first. Otherwise the message interprets both number box values as $1.