View Single Post
  #1   Report Post  
Bill
 
Posts: n/a
Default Using variables in a document

I would like to know how to use variables
to make references to other parts of a
document.

For example:

blah blah blah.....(See page {blahpg} for
further discussion)

where blahpg is a variable set in the area of
the document corresponding to the referenced
page.

like: {set blahpg = &curpage} is coded amongst
the text to which the reference is being made.

So, I think the question really is what is the
pseudo variable name used to capture the
current page number, "&curpage".

Or, is my approach entirely wrong for what
I'm trying to accomplish.

Thanks,
Bill