in reply to Adding an identifier to an array element.
What is <1> as opposed to <1c>? Something to be displayed, or manipulated, or an index into your array, or...?
You seem to be suffering from I know what I mean. Why don't you?.
REVISED: That last was uncalled for. I just reread your post. Why not simply maintain a "counter" of a single character (null initially, then 'a', 'b', etc. Be careful what happens after 'z'), incrementing the counter each time you hit a record starting <1>? Then you could output it at will...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Adding an identifier to an array element.
by Anonymous Monk on Apr 15, 2010 at 19:48 UTC |