<div>So I'm trying to make a list of pointers that point to array members within a specified region of the canvas.&nbsp; This way, I can use the list to manipulate a specified region without altering the rest.&nbsp; The attached patch shows how I attempt to do it using a list append looped to a list (which then sends the appended list back to the cold inlet of the list append).&nbsp; This does create the list I want, but I get the message &quot;consistency check failed: gpointer copy&quot; (sometimes gstub_dis).&nbsp; My question is, what does this mean?&nbsp; Is there a better way to store a succession of pointers for later use?
</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Rich</div>