View Single Post
  #2  
Old 09-25-2014, 07:51 AM
jkramer's Avatar
jkramer jkramer is offline
Registered User
 
Join Date: Oct 2002
Location: the Netherlands
Posts: 382
Re: Suppress Error Messages???

Good news, problem solved. By putting the command in a function it suddenly worked. Something like:
Code:
(defun loadfromwgm (elementname)
(sd-uwgm-element-load elementname)
)

(loadfromwgm "A0046550.mi")
Still weird...
Reply With Quote