Hello, I'm wondering if anyone knows how to sort a list of configuration names. I know that when I call:
Dim vConFigNamesArr As Variant
vConfNameArr = swModel.GetConfigurationNames
It returns the list in the order that the configurations were created. But I'm needing to process these in alphabetical order.
Any help would be greatly appreciated, Thanks.
SolidworksApi macros