errtile

AutoCAD AutoLISP & Visual LISP

 
errtile
 
 
 
errtile; 

An error tile is a text tile that appears at the bottom of a dialog box. By default it is blank, but programs can display messages in it by setting the value of the tile whose key is "error". For example:

(set_tile "error" "You can only select one option")

The errtile tile is defined in the base.dcl file.