Stripping numbers...
Hi,
I'm having a problem trying to turn the output from a number box into a series of single numbers - eg. 25.5 becomes 3 number boxes, one with a 2 one with a 5 and one .5 (NB. the first number should be two, and not 20, so dividing seems like it won't work).
Essentially it makes me think of the unpack object but not for lists - for number boxes. Also, the numbers I am using into are all
Many thanks,
Jamie
Go with the divide and modulo method from Chris Muir, it really is much faster than regexp.
/ and % are your friends:
Hi,
Thank you for the replies. I think that approach is perfect. I've used Max for a while but never posted on the forum before. Thanks so much for the extremely quick help.
Jamie
O.T.
I lurk this forum almost every day, and whenever Chris Muir posts a response/patch to ANY question, I always save it in a Max folder called 'utilities'. His stuff never ceases to amaze me. I might just rename that folder to 'Chris Muir'.
yep my folder is actually named "cmuir"!