tblsearch (AutoLISP)Searches a symbol table for a symbol name Supported Platforms: Windows and Mac OS Signature(tblsearch table-name symbol [setnext])table-name Type: String Symbol table to be searched. This argument is not case-sensitive. symbol Type: String Symbol name to be searched...
Is there a way to universally change the definition of a block using plain old AutoLISP? Code: (setq blist(assoc 2(tblsearch "BLOCK" blockname))) (setq objname(tblobjname "BLOCK" blockname)) (entmod (subst (cons 2 newblockname) blist(entget objname))) (command "regenall") Thanks,...
AutoLISP: Developer's Guide AutoLISP: Reference Functions Reference (AutoLISP) AutoLISP Core Functions Functions By Functionality Non-alphabetic Functions A Functions B Functions C Functions D Functions E Functions F Functions G Functions H Functions I Functions L Functions M Functions N Functions O Func...