Roland
Joined: 08 Jun 2006 Posts: 238
|
Posted: Thu Aug 30, 2007 4:53 pm Post subject: Problem with Sort, VarName, U |
|
|
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". |
|