2010/2/4 Herulee heramb.forums@googlemail.com:
Thnk you all for te reply and help
If u have
process SubProcess sub Sub process -- --
In that case you need to ahve more than 6 levels
What the 6 level limit means is you can't go more than 6 levels DEEP. So this:
Section (level 1) Subsection (2) Subsubsection (3) Subsubsubsection (4) Subsubsubsubsection (5) Subsubsubsubsubsection (6) Subsubsubsubsubsubsection (7) <--- You can't do this
won't work, while this:
Section (1) Subsection (2) Subsubsection (3) Subsubsection (3) Subsubsubsection (4) Subsubsection (3) Subsection (2) <--- Even though it's the 7th header, it'll still work
will work. You can have more than six headers, you can have as many as you want. You just can't nest them deeper than 6 levels.
Roan Kattouw (Catrope)