Author Topic: Xref LIST  (Read 2376 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Xref LIST
« on: November 15, 2004, 10:38:59 AM »
Hi all,

I would like to know how to get a list of XREF...

any idea ??
Keep smile...

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Xref LIST
« Reply #1 on: November 15, 2004, 11:37:17 AM »
(tblnext "block") and DXF group code 70
TheSwamp.org  (serving the CAD community since 2003)

CADaver

  • Guest
Xref LIST
« Reply #2 on: November 15, 2004, 12:22:12 PM »
Place the following code in rtext.

Code: [Select]
Current Drawing:
$(substr,$(getvar,"dwgname"),1,$(-,$(strlen,$(getvar,"dwgname")),4))
$(substr,$(getvar,"dwgname"),1,$(strcase ($(-,$(strlen,$(getvar,"dwgname")),4))))
$(getvar, "dwgprefix")$(getvar, "dwgname")
Attached Reference Files:
$(xrefs,23)


We made it a block, and insert it outside the border.