Hi TimoS,
Download NeatCode.mdb from support.microsoft.com. If memory serves, it has a
few sorting algorithms in it.
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
: How to do this automatically, when array values could be anything ...
:
: ReDim myArr(3)
: myArr(1) = "3"
: myArr(2) = "1"
: myArr(3) = "2"
:
: so the result will be like this
:
: myArr(1)="1"
: myArr(2)="2"
: myArr(3)="3"
:
:
: Thank you in advance
:
: Cheers,
: TimoS
:
:
:
: