redcoupe
04-07-2004, 10:05 AM
I am trying to display an alphabetical list menu bar, by getting the first character of a title, then grouping and counting, so the output would be something like:
A (2)
B (32)
C (7)
...etc
My problem occurs when I have a number as the first character of some titles:
1 (2)
4 (12)
A (2)
B (32)
C (7)
...so basically I am trying to group all the numbers together under #, like:
# (14)
A (2)
B (32)
C (7)
Any ideas how this can be done?
Many thanks.
A (2)
B (32)
C (7)
...etc
My problem occurs when I have a number as the first character of some titles:
1 (2)
4 (12)
A (2)
B (32)
C (7)
...so basically I am trying to group all the numbers together under #, like:
# (14)
A (2)
B (32)
C (7)
Any ideas how this can be done?
Many thanks.