OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Emiliano on October 15, 2013, 02:55:40 AM

Title: List dwg file without extension
Post by: Emiliano on October 15, 2013, 02:55:40 AM
Hello to all,

The following code works well and makes me see all the VLX file in C:
Quote
(dcl_ComboBox_Dir Test_Form_FormTest_ComboBox1 "C:\\" "*.vlx")

However I would like to remove the file extension from the display in the ComboBox

is it possible?
Thanks in advance
Title: Re: List dwg file without extension
Post by: owenwengerd on October 15, 2013, 02:02:18 PM
I think you have to fill the combo box yourself in that case.
Title: Re: List dwg file without extension
Post by: Emiliano on October 17, 2013, 12:34:22 AM
sin! I was hoping in the presence of a variable to change this.   :'(