ghirosoft
Guest
Bye to all,
I have to recover the list of layers of an electrical schematic consisting of layer type 1,2,3,5,10,12a,13,15,16a etc.
Actually this list recovers in vba but I'm trying with vlisp.
with vba matching the list to a listbox shows me 1,10,12a,13,15,16a,2,3,5.
I am trying precisely with vlips but not being whole number because there are letters after the number, I hold them as strings and order the list with vl-sort, but it does not give me the correct progression. I'm pretty much back on the second list.
with vba I have a function to order numbers but not with letters. I also tried to download something I found around but nothing. Do I have to try with a listview that I know that it has the order directly on the property of the object?
in vba would like to change a bit of code.
or am I losing on a glass of water? ?
Thank you.
I have to recover the list of layers of an electrical schematic consisting of layer type 1,2,3,5,10,12a,13,15,16a etc.
Actually this list recovers in vba but I'm trying with vlisp.
with vba matching the list to a listbox shows me 1,10,12a,13,15,16a,2,3,5.
I am trying precisely with vlips but not being whole number because there are letters after the number, I hold them as strings and order the list with vl-sort, but it does not give me the correct progression. I'm pretty much back on the second list.
with vba I have a function to order numbers but not with letters. I also tried to download something I found around but nothing. Do I have to try with a listview that I know that it has the order directly on the property of the object?
in vba would like to change a bit of code.
or am I losing on a glass of water? ?
Thank you.