Text to numbers
Hi! Max is practically bran new for me and I'm trying to transform text into numbers so I can use that data to creta images or something else.
Thanks! :)
Hey, welcome to the amazing world of max!
Have you tried to go through the tutorials? They go through a lot of basic stuff like that.
In particular, you can check objects such as [key], [itoa] (integer to ASCII), [atoi] (ASCII to integer) - but it would be good to really own the underlying structure of max, such as integers, symbols, messages etc early on. It really helps.