View Single Post
  #4  
Old 11-13-2017, 11:22 PM
Marten Marten is offline
Registered User
 
Join Date: Feb 2006
Location: Tilburg, The Netherlands
Posts: 139
Re: HELP! First Lisp Program & of Course Running into Errors

Do you mean you want to show an image in the command dialog? You can do that. You have to define a variable of type 'image'

Code:
        (picture   
            :value-type :image
            :image-file path-to-image
        )
hth

Marten
Reply With Quote