Using a standard section list it happily runs through the top level sections and the child sections of each eg:
TLS 1
- sub 1
- sub 2
- sub 3
TLS A
- sub a
- sub b
... is there any functionality to test if the next section in the iteration is SectionLevel == 1 ..... eg it passes through "sub 3" and checks if the next pass "TLS A" is a top level section.
The number of subsections varies.
I can test if next sections exist but need to check the SectionLevel.
Pointers, nudges or sparks of inspiration welcomed.
TLS 1
- sub 1
- sub 2
- sub 3
TLS A
- sub a
- sub b
... is there any functionality to test if the next section in the iteration is SectionLevel == 1 ..... eg it passes through "sub 3" and checks if the next pass "TLS A" is a top level section.
The number of subsections varies.
I can test if next sections exist but need to check the SectionLevel.
Pointers, nudges or sparks of inspiration welcomed.
Comment