AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with Sort, VarName, U

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Roland



Joined: 08 Jun 2006
Posts: 238

PostPosted: Thu Aug 30, 2007 4:53 pm    Post subject: Problem with Sort, VarName, U Reply with quote

A little problem with the 'U' option in the Sort command (remove duplicates):

Code:
list:="5|6|5|6|5"
Sort, list, D| U
msgbox % list


I get "5|6|" here, which implies that there was a blank item. Seems to me it should only return "5|6".
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Fri Aug 31, 2007 4:52 pm    Post subject: Reply with quote

Thanks for the report and the simple example. This will be fixed in the next release.

I also found a couple of other minor bugs with the Sort command that will be fixed.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group