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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to