Hello,
Very much a beginner with TCL here.
Sorry if this is a dumb question. I've fumbled around some, and not found it. If you want to direct me with a link, to some reading, that would be great.
I want to set a second array equal to the first array.
The first array has, in my rough draft, 10 elements. They can change, due to activity in the channel, and various binds.
I've got that ok, I think.
But I think the thing to do, is take a snapshot of it, when a user through another bind calls a certain procedure. This way, the info at that moment is preserved, and I can manipulate it as need be, while the first array is still doing its thing... being changed by activity in the channel.
I thought I'd be able to set array2 array1
or something like that, and array2 would be created with all its elements, just the same as array1 was, at that point in time.
I haven't found the way to do it yet, or I've typo'd it every time.
Any help or direction will be appreciated.
Thanks