i am having some file names in array list Like, “Form.frm,Form1.frm,Form2.frm,Module.bas,Module23.bas”
in the array list i want to make the first item as “.bas” files
how can i make it using array list.
i am having some file names in array list Like, Form.frm,Form1.frm,Form2.frm,Module.bas,Module23.bas in the array
Share
I understand that you want to order the items by the extension, this can be done in this way: