Hi, Im new to VB, and trying to sort an array.
The array populates properly within the program, but gets a 424 error when I try to sort. There are no typos.
Also, I have to use SYSTEM.ARRAY.SORT(array name) If I use just ARRAY.SORT(array name), I get a compiler error. Dont know if thats an issue.
The array populates properly within the program, but gets a 424 error when I try to sort. There are no typos.
Also, I have to use SYSTEM.ARRAY.SORT(array name) If I use just ARRAY.SORT(array name), I get a compiler error. Dont know if thats an issue.