Nesting Variables SET, LISTNUM, and REF
I am building a large 100 page document with many conditional clauses. The paragraphs need to be numbered sequentially, however depending on responses to ASK variables, some portions may not be included. Because of the length of some of the text portions, I have decided to use SET, and then retreive them usinf REF at appropriate times in the body of the document. I am having a problem with the paragraph numbers being sequential, or even showing up at all. Also, some of the SET text paragraphs have sub-paragraphs which need to be numbered. This is what I have:
{If ASKANSWER = 1 "{LISTNUM \l 2}{REF SETChoiceA}" "{LISTNUM \l 2}{REF SETChoiceEB}{LISTNUM \l 3}{REF SETChoiceEB1}{LISTNUM \l 3}{REF SETChoiceEB2}"
I broke the subparagraphs into seperate SET text responses.
I am not getting the paragraph numbers at all on the nerges, although the textr is coming in. Any thoughts?
|