hi,
if for example i have a condition:
SectionLevel == 2
what i actually need is for it to be (in english) "if the section level is 1 less than the current level"
is there a way to do this?
was thinking something like SectionLevel == (Current::SectionLevel - 1) but there is no such command... does anyone have any ideas how to do this?
if for example i have a condition:
SectionLevel == 2
what i actually need is for it to be (in english) "if the section level is 1 less than the current level"
is there a way to do this?
was thinking something like SectionLevel == (Current::SectionLevel - 1) but there is no such command... does anyone have any ideas how to do this?
Comment