Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

daneson.marcelino
en respuesta a: Anonymous

In Scripts, dealing with the strings with spaces will be in this format in order to continue.

 

(command "insert" "a3(tags)=C:\\Users\\dmmn0800\\Documents\\a3(tags).dwg" "0,0" "1" "1" "0")

 

in this situation, i replace the block named "A3(tags)" with a new one. Even the file name of the new block has space, (e.g A3 Tags.dwg) the script can read it because it was written in autolisp format.