how could i create a local array? $0 does not work with arrays.
two possibilities (afaik):
create a table name foo and rename it at startup
| | |loadbang| [________| | | _______ | | | f $0 | |_______| | | ___________________ | | |makefilename local%d| [____________________| | | ________________ |; / |foo rename $1 ( |_______________\
but then you have to rename it to foo again every time before you save your patch
regards d13b
how could i create a local array? $0 does not work with arrays.