S
StarWine
Thank you everyone for all your help in my posting recently... I think
between all the different posts and the research I've done I FINALLY have
what I need... I do have one last question though. How do I get the
following code, which makes a list that goes A...Z, AA, AB..., to be lower
case letters with parenthesis on each side of the letter (i.e., (a)...(z),
(aa), (ab)...)? Here's the code:
{QUOTE{SET A2Z{=MOD({SEQ ABC}-1,26)+1}}{SET AA2ZZ{=INT(({SEQ ABC
\c}-1)/26)}}{IF{AA2ZZ \* ALPHABETIC}= " " "" {AA2ZZ \* ALPHABETIC}}{A2Z \*
ALPHABETIC}}
Also, when I make this an auto text item, how do I make the auto text item
inherit paragraph formatting (i.e., indent 0.25", hanging 0.3", 6 pt
before/after, etc.)? Do I just set it up before I add it as an auto text
item? Or can I somehow make this a style?
Thanks again for all your help!
between all the different posts and the research I've done I FINALLY have
what I need... I do have one last question though. How do I get the
following code, which makes a list that goes A...Z, AA, AB..., to be lower
case letters with parenthesis on each side of the letter (i.e., (a)...(z),
(aa), (ab)...)? Here's the code:
{QUOTE{SET A2Z{=MOD({SEQ ABC}-1,26)+1}}{SET AA2ZZ{=INT(({SEQ ABC
\c}-1)/26)}}{IF{AA2ZZ \* ALPHABETIC}= " " "" {AA2ZZ \* ALPHABETIC}}{A2Z \*
ALPHABETIC}}
Also, when I make this an auto text item, how do I make the auto text item
inherit paragraph formatting (i.e., indent 0.25", hanging 0.3", 6 pt
before/after, etc.)? Do I just set it up before I add it as an auto text
item? Or can I somehow make this a style?
Thanks again for all your help!