hi,
so, is there either a way of using an auto-generic variable-name or a way
to
keep an array local, so that the multiples won't interfere.
thanks a lot
give it a name like $0-table. $0 is replaced with a unique variable. because this variable is a number, you cannot use "$0" alone, (arrayname can only be a symbol...) so $0- or $0t or $0ar would do it also.
sme.