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?