Hi!
Can anyone tell me how I can sort this array? As you can see I tried to use
wordbasic.sortarray but it don't work.
Erase liste()
Open AdresseBane For Input As 1
n = 0
While Not EOF(1)
ReDim Preserve liste(5, n)
Input #1, liste(0, n), liste(1, n), liste(2, n), liste(3, n),
liste(4, n), liste(5, n)
n = n + 1
Wend
Close 1
WordBasic.SortArray liste$(), 0, , , 1, 0
Thanks!
Hege
Hege M - 10 Jul 2005 21:56 GMT
Hi.
Forget this one. I found the answer.
Thanks for all help I have gotten.
Hege
Hege M skrev:
> Hi!
>
[quoted text clipped - 17 lines]
>
> Hege