Hi there - I'm having a hard time figuring out how to do successfully do this - can someone send along an example abstraction where an array (or table) is named dynamically? much appreciated, David Merrill
--__--__--
Message: 3 Date: Sat, 27 Mar 2004 14:39:11 +0100 (MET) From: "Georg Holzmann" grhPD@gmx.at To: "sigg mus" siggmus@hotmail.com Cc: pd-list@iem.at Subject: Re: [PD] name arrays dynamically
This is a MIME encapsulated multipart message - please use a MIME-compliant e-mail program to open it.
Dies ist eine mehrteilige Nachricht im MIME-Format - bitte verwenden Sie zum Lesen ein MIME-konformes Mailprogramm.
--========GMXBoundary248921080394751 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit
Hallo!
You can give the array for example the name $0-array. Then you can use [tabwrite~ $0-array] or [tabread4~ $0-array], [tabsend~ $0-array],...
But I think this isn't possible with every version of pd. I use pd 0.37 and it work!
LG Georg