Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: VB Coding
There isn't a function per se, but there's plenty of algorithms. Although they'll work better if you use an array of numbers, not separate variables.
Try Googling these:
Bubblesort
Mergesort
Insertsort
Quicksort
Shellsort
VB Coding - by lrac522 on 04-06-2006 at 06:11 PM RE: VB Coding - by RaceProUK on 04-06-2006 at 06:25 PM RE: VB Coding - by lrac522 on 04-06-2006 at 06:47 PM