Hello,
how do I get "4:3" into a list of 4 and 3. In other words, how do I get rid of the separator : ?
strings
Hello,
how do I get "4:3" into a list of 4 and 3. In other words, how do I get rid of the separator : ?
@gratkowski Hi, try this:
Or if you don't mind using externals, you could do this:
@weightless
Thanks a lot. Unfortunately I'm trying to program for an iPhone and use Pd 0.46.7 without libraries, I don't have list-drip.
[list-drip] is just an abstraction; you can copy it into a new subpatch and it should work.
But 0.46 may present other challenges, as [list store], [list fromsymbol] and [list tosymbol] are recent Vanilla objects. Can you check if they work in 0.46? [list fromsymbol] and [list tosymbol] are the critical ones.
@weightless Thanks again, I found a way to iter the list with the list examples in the help file
Oops! Looks like something went wrong!