in reply to Generating sequence nos. for data
I believe what you could use is a hash of arrays. Each hash key would be the tag (A, B, C, ...) the arrays would be the pushed values, with the array indicies being the sequence numbers you're after.
If I'm understanding you correctly, this issue was recently discussed in node464229. They do a fine job describing how to do this.
|
|---|