Skip to main content
Participant
April 11, 2014
Question

automatic numbering 10er steps

  • April 11, 2014
  • 1 reply
  • 268 views

Hi all

Do you know if there is any possibility in the automatic numbering of paragraphs to automattically make 10er steps. Like:

2.10

2.20

2.30

2.40

I have only found the <n+> function but not any function like <n+x> and <n= X> but the latter is no help as I have over 100 paragraphs like that.

Thank you

This topic has been closed for replies.

1 reply

Bob_Niland
Community Expert
Community Expert
April 11, 2014

You stack up counters:

<n+>.<n=1><n=0>

might roll from 1.93 to 2.10

<n>.<n+><n>

would increment that to 2.20