Hello,
I am trying to do a script with attaching Xrefs, having trouble with the last 3 enter/returns, how do i write that for my script?
My script is following:
_.XREF
_ATTACH
..\..\A\Modeller\A40-P-01
(list 0 0 0)
_.QSAVE
![]() |
|
![]() |
|
![]() |
|
![]() |
Hello,
I am trying to do a script with attaching Xrefs, having trouble with the last 3 enter/returns, how do i write that for my script?
My script is following:
_.XREF
_ATTACH
..\..\A\Modeller\A40-P-01
(list 0 0 0)
_.QSAVE
I figured it out, with testing just using the spaces(enter/return) you see between (list 0 0 0) and _.QSAVE
Code:_.XREF _ATTACH ..\..\A\Modeller\A40-P-01 (list 0 0 0) _.QSAVE
Last edited by Opie; 2021-06-30 at 12:24 PM. Reason: [code] tags added to deliniate script