[PD] ASCSEQ

IOhannes m zmoelnig zmoelnig at iem.at
Thu Jan 26 11:06:05 CET 2006


timon botez wrote:
> Hi, I try again.
> Is there anyone who know why the [ascseq] avoids the spaces in a text  
> string?

it doesn't!

pd has no real "string" type.
a message "hallo you" is _not_ a string, but a list of 2 symbols "hallo" 
and "you".
[ascseq] will convert "hallo" into a ascii-sequence and "you" in an 
ascii-sequence, and will output it.
if you want a symbol "hallo you" (with space), you can either use 
[makefilename hallo%cyou] and send it a "32" or use zexy's [list2symbol] 
and send it a message [hallo you(
(and yes, tim is right, this pollutes the symbol-table)

mfg.a.sdr
IOhannes




More information about the Pd-list mailing list