Search the web
Sign In
New User? Sign Up
rxmui · Discussion about RxMUI, the MUI/Guis library for ARexx.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
List SortFormat problem   Message List  
Reply | Forward Message #1718 of 1832 |
Re: List SortFormat problem

On 08/31/2006 Bernd Gollesch <bgollesch@...> wrote:

>> In the attached example I use List.SortFormat='Col 2,Col 3' to order
>> entries by the last 2 of 4 columns, but the entries show up in the
>> wrong order. What am I doing wrong?

> Never used, but after reading the docs:

> SortFormat .. only define the type of the sort (char (no)case or number)
> SortType .. is setting the real sorting

> so just try (I can't, no Amiga near my right now):
> List.SortFormat='Col 3 NUM'
> List.SortType='Col 2' /* primary sort column */
> List.SortType2='Col 3' /* secondary sort column */

The second line alone seems to work, and with NList also, but I'm not sure
why.

Kind regards,
--
Robert A. Sisk
sisk637@...




Fri Sep 1, 2006 7:30 am

rsisk2003
Offline Offline
Send Email Send Email

Forward
Message #1718 of 1832 |
Expand Messages Author Sort by Date

In the attached example I use List.SortFormat='Col 2,Col 3' to order entries by the last 2 of 4 columns, but the entries show up in the wrong order. What am I...
Robert A. Sisk
rsisk2003
Offline Send Email
Aug 31, 2006
10:18 am

... Never used, but after reading the docs: SortFormat .. only define the type of the sort (char (no)case or number) SortType .. is setting the real sorting ...
Bernd Gollesch
bgollesch
Offline Send Email
Aug 31, 2006
1:22 pm

... The second line alone seems to work, and with NList also, but I'm not sure why. Kind regards, -- Robert A. Sisk sisk637@......
Robert A. Sisk
rsisk2003
Offline Send Email
Sep 1, 2006
7:47 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help