Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / July 2005

Tip: Looking for answers? Try searching our database.

Sort multidimensional array

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hege M - 10 Jul 2005 21:43 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.