List dwg file without extension

Started by Emiliano, October 15, 2013, 02:55:40 AM

Previous topic - Next topic

Emiliano

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

owenwengerd

I think you have to fill the combo box yourself in that case.

Emiliano

sin! I was hoping in the presence of a variable to change this.   :'(