- This topic has 2 replies, 3 voices, and was last updated 15 years, 7 months ago by .
-
Topic
-
I’m writing a tcl proc where I’d like to be able to take multiple in objects of arbitrary length, manipulate them and then output to a matching list of outbound objects. The problem I am having is determining the length of each inbound object. As I iterate across xlateInVals, I’m not sure how to tell where one object ends, and another begins. I suppose I may be able to use llength and division if I’m sure that all my input objects are of the same size, but thats not the elegant solution that I’d like to use.
Any suggestions?
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Cloverleaf’ is closed to new topics and replies.