K
Kym Riddle
I am developing a template that includes subparagraphs. I want to change the
outline numbering system from 'x, y, z, a-a, b-b, c-c' to 'x, y, z, a-a, a-b,
a-c'.
I found the following 'SET and IF' formular on a site:
{ Quote { Set ABC { = { ABC } + 1 } }{ SET ABC2 { IF { ABC } > 26 "{ IF { =
MOD({ ABC }, 26) } = 1 "{ = { ABC2 } + 1 }" "{ ABC2 }" }" "{ ABC2 }" } }{ SET
ABC1 { IF ABC1 < 26 "{ = { ABC1 } + 1 }" "1" } }{ If { ABC } < 27 "{ ABC1 \*
ALPHABETIC }" "{ ABC2 \* ALPHABETIC }{ ABC1 \* ALPHABETIC }" } }
but don't know how to incorporate this into the template.
outline numbering system from 'x, y, z, a-a, b-b, c-c' to 'x, y, z, a-a, a-b,
a-c'.
I found the following 'SET and IF' formular on a site:
{ Quote { Set ABC { = { ABC } + 1 } }{ SET ABC2 { IF { ABC } > 26 "{ IF { =
MOD({ ABC }, 26) } = 1 "{ = { ABC2 } + 1 }" "{ ABC2 }" }" "{ ABC2 }" } }{ SET
ABC1 { IF ABC1 < 26 "{ = { ABC1 } + 1 }" "1" } }{ If { ABC } < 27 "{ ABC1 \*
ALPHABETIC }" "{ ABC2 \* ALPHABETIC }{ ABC1 \* ALPHABETIC }" } }
but don't know how to incorporate this into the template.