Message 1 of 12

Not applicable
06-05-2017
03:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I had created lsp in CAD 2012. Last line for lsp is insert block and fill one attribute. It inserts block, but attribute to fill do not works in 2018:
(command "insert" "TRT-EXT" p6 (* 1 lts) "" "" "UR" "" "" "" "")
Autocad text window shows:
Command: insert Enter block name or [?] <TRT-EXT>: TRT-EXT
Units: Unitless Conversion: 1.0000
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]:
Enter X scale factor, specify opposite corner, or [Corner/XYZ] <1>: 1 Enter Y scale factor <use X scale factor>:
Specify rotation angle <0>: *Invalid*
; error: Function cancelled
Solved! Go to Solution.