Is there a way to sort fields based on name while preserving the fields' data type?
I'm creating a macro at the end of which certain fields are sorted into a specific order--note, the fields fed into the macro are dynamic. The macro is set up such that fields are renamed with a number prefix for ordering and then sorted according to their name. After sorting, the prefix is removed.
I have not been able to sort based on field names with the select tool unless I'm in the macro and sort them manually--i.e., go to the select tool, chose options > sort > sort on field name > ascending. I've tried using a check-box to update the 'order changed' property within the select tool, but it doesn't seem this does anything.
Using the Crew macro 'Field Sort' is not an option, at least not without some modification, as running data through this converts all fields' data type to string.
Thanks in advance!