"E. R. Adams" wrote:
Is there anyway to use Rtext to display the coordinate file that is attached
to a drawing similar to the way rtext displays the current drawing name?
To my knowledge, Rtext does not have the ability to pick up lisp
variables, so I doubt it would work.
The LiveText functionality in ToolPac 7.0 will do this, using this
expression syntax ...
#LSTR[VAR,PRE,SUF]
.... which is Lisp String with the variable name and a prefix and
suffix. Since SurvCADD's Lisp variable for this is CRDFILE, then a full
expression might be ...
#LSTR[CRDFILE, Coordinate File:,]
.... and ideally would be linked to an attribute in a true title 'block'
(for later harvesting).
You will find more information on ToolPac 7.0 at
http://www.carlsonsw.com/toolpac.htm.
Thanks,
Terry W. Dotson
Carlson Software