hi all
attached is a patch, that shows a bug of the [symbol2list]-object. when there is a digit at the begining of a symbol or right after a delimiter-character, [symbol2list] converts that part to a number-element instead of a symbol-element.
example:
[symbol 4abc.pd( | | [symbol .( | | [symbol2list] |
gives: 4 pd instead of: list 4abc pd
i found this bug only in the provided binary from:
ftp://ftp.iem.at/pd/Externals/ZEXY/zexy-nt-2.1.zip
it seems to work correctly in the cvs-version of zexy (built on linux). don't know, if this is an os-specific issue or if the provided binary is not built on the same source from cvs.
roman