Elements in a list using $

Dr. Spankenstein's icon

How do I select elements from a list that are double figures as $1 thru $9 works ok but $10 and above doesnt work.

I.e. set $1 $2 $3 $4.... $9 OK set $10 + BAD

Unfortunately the way I have got the patch set up means I really have to do it this way to avoid overflow errors and cant just funnel and spray with colls.

Thanks

Rhys

jln's icon
justin's icon

sprintf object would be a good alternative, or even perhaps the zl object.

but these are just suggestions, whether or not they are feasible really depends on your patch...

Dr. Spankenstein's icon

Problem solved, I just used a gate to stop the overflow errors and can know go down altenate avenues!