Unpack a series of numbers in message box
Hello
I am using a message box to convert text to ASCII numbers using the atoi object. This gives me a range of numbers in a new message box depending on the individual messages triggered (so far i have two but there will be more). What I am trying to do is unpack the numbers in the message box to individual number boxes using the from symbol and unpack object. The only number which seems to appear after unpack is the first number of each message.I want all of the numbers in separate number boxes. Could anybody shed some light and offer some suggestions please.I have attached the patch as a file.
Thank you so much.
no patch attached to your post.
check out unjoin, bucket, or iter, depending on how you want the messages to come out.
Hello
Sorry I attached the wrong file.. here it is. Thank you very much.
just remove the "fromsymbol" object and you're all set.
like this:
`
Hello Dan
Much appreciated, it is exactly what i was looking for.
Thank you very much.