[PD] maxlib arraycopy

Roman Haefeli reduzent at gmail.com
Thu Dec 1 21:29:08 CET 2016


On Thu, 2016-12-01 at 18:48 +0000, Ed Kelly via Pd-list wrote:

> Does anyone have a better way of copying chunks from one array into
> another? Is there a vanilla way?

Checkout help for new [array] class. There is [array get <array>] for
retrieving part of or whole array as a list. With [array set <array>]
you can update part of or whole array.

And there has always been:

[<index> <value> <value> <value> .... (
|
[send <array>]

to update an array/table.

Roman

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20161201/6c3f281f/attachment.sig>


More information about the Pd-list mailing list