09-23-2023, 04:28 PM
Under what condition(s) [if any], can a call to a sort routine NOT require a list of arguments? Is there a difference between multiple sorts within the same module v's multiple Calls to the same Sub doing the sorting? I'm thinking more the case of sorting different Arrays with the same number of elements as opposed to multiple sorts of the same Array.