Hi list,
I must have missed something but I can't find how to separate each character of a word in a message box to a list. Example:
word | w o r d
Hope my question doesn't seem too stupid. :$ Thanks for your help.
Maybe symbol2list with a blank symbol? just a guess...
.hc
On Sep 2, 2010, at 1:12 PM, Alexandre Lard wrote:
Hi list,
I must have missed something but I can't find how to separate each
character of a word in a message box to a list. Example:word | w o r d
Hope my question doesn't seem too stupid. :$ Thanks for your help.
-- Alexandre Lard
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
kill your television
Thanks ! The answer was not exactly this one but it was in symbol2list (how did I missed it ?)
using a zero-symbol as delimiter will break the symbol up into its characters.
symbol test
|
| symbol
| /
symbol2list
|
|
unpack s s s s
\ \ \
t e s t
Thanks very much !