Shoutbox

Plus can't do math :P - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Plus can't do math :P (/showthread.php?tid=41877)

Plus can't do math :P by .blade// on 04-03-2005 at 10:23 PM

I split up a song, and instead of plus ordering it

"clip 1"
"clip 2"
"clip 3"
etc

it orders it

"clip 1"
"clip 10"
"clip 11"
"clip 12"
"clip 2"

:P


RE: Plus can't do math :P by Maniac on 04-03-2005 at 11:22 PM

Well windows does the same thing.... so technically its right... just annoying :p


RE: Plus can't do math :P by L. Coyote on 04-03-2005 at 11:38 PM

quote:
Originally posted by blade
math
It's called alphabetical order. :p
RE: Plus can't do math :P by .blade// on 04-03-2005 at 11:43 PM

quote:
Originally posted by Leo
quote:
Originally posted by blade
math
It's called alphabetical order. :p


Well I know, but still. "AA" comes before "A", but "11" doesn't come before "1" :P
RE: Plus can't do math :P by ddunk on 04-03-2005 at 11:52 PM

quote:
Originally posted by blade
quote:
Originally posted by Leo
quote:
Originally posted by blade
math
It's called alphabetical order. :p


Well I know, but still. "AA" comes before "A", but "11" doesn't come before "1" :P

quote:
Originally posted by blade
"clip 1"
"clip 10"
"clip 11"
"clip 12"
"clip 2"

and 'A' comes before 'AA' :P

RE: Plus can't do math :P by ShawnZ on 04-03-2005 at 11:56 PM

its alphanumerical order, which means it sorts filenames by thier ascii codes (but not case sensitive)

if there were 36 letters, 1 through Z, you would have alphanumerical sort. E.G.:

1
100
11
12
125
13
14
2
2000
2020
22
A
AA
AB
AC


RE: Plus can't do math :P by Choli on 04-04-2005 at 12:17 AM

quote:
Originally posted by Shawnz
which means it sorts filenames by thier ascii codes (but not case sensitive)
exactly, and that* can be configured somewhere in the control panel, don't remember where :P

* -> I mean the fact that 12 goes before or after 2

quote:
Originally posted by Ningc_Maniac
Well windows does the same thing
actually plus does nothing but tell windows to sort them; so Windows is the only who is sorting things :P
RE: Plus can't do math :P by albert on 04-04-2005 at 12:40 AM

Ok so we all agree this ain't a bug.. :)


RE: Plus can't do math :P by toddy on 04-04-2005 at 01:45 PM

quote:
Originally posted by blade
but still. "AA" comes before "A"

n00b ¬¬

so basically nothing wrong ¬¬ no bug :) :P
RE: Plus can't do math :P by Fredzz on 04-04-2005 at 01:48 PM

try splitting like 01, 02, 03, 04 :dodgy:


RE: Plus can't do math :P by Jhrono on 04-04-2005 at 02:45 PM

quote:
Originally posted by Fredzz

try splitting like 01, 02, 03, 04

I feel he's going to put the commas :lol:
RE: Plus can't do math :P by John Anderton on 04-04-2005 at 02:54 PM

quote:
Originally posted by blade
"clip 1"
"clip 2"
"clip 3"
etc

it orders it

"clip 1"
"clip 10"
"clip 11"
"clip 12"
"clip 2"
Thats what windowz does .... its dodgy when it happens to ur pics so the  solution is to rename ur files as clip 01, clip 02 ... clip 10 and so on ... if u have 100 + files then ... clip 001 , clip 002 .....
that solves the problem :D
RE: Plus can't do math :P by haydos on 04-04-2005 at 04:51 PM

or just name them
"clip a"
"clip b"
"clip c"


RE: Plus can't do math :P by toddy on 04-04-2005 at 04:54 PM

quote:
Originally posted by inc_haydn
or just name them
"clip a"
"clip b"
"clip c"

then u can only have 26 clips :P

edit:
(A)
* toddy slaps toddy around a bit with a large trout.
RE: RE: Plus can't do math :P by haydos on 04-04-2005 at 04:55 PM

quote:
Originally posted by toddler
quote:
Originally posted by inc_haydn
or just name them
"clip a"
"clip b"
"clip c"

then u can only have 24 clips :P


yes only 24, one for each of the 26 letters in the alphabet :rolleyes:

most cases you wouldnt need more than 26 anyway
RE: Plus can't do math :P by TheBlasphemer on 04-04-2005 at 05:43 PM

Why don't you just call em:
Clip 001
Clip 002
Clip 003
etc...


RE: Plus can't do math :P by Concord Dawn on 04-04-2005 at 05:59 PM

Space comes before anything else in the alphabet according to Windows.


RE: Plus can't do math :P by Choli on 04-04-2005 at 06:20 PM

quote:
Originally posted by Chaotic_Shield
Space comes before anything else in the alphabet according to Windows.
and what do you mean with that?

as someone said, Windows uses to sort texts acording to their ascii codes (without caring the caSE). The ascii code for the space is 32, so it goes first than the number 0, whose code is 48. The letter A has the code 65, etc...
RE: Plus can't do math :P by ShawnZ on 04-05-2005 at 09:04 PM

ascii codes 65 through 90 are just sorted as 97 through 122 respectivally. (to prevent case sensitive filtering.) it could be the other way around though :P