Page 1 of 1

character.clientversion

Posted: Thu Jun 19, 2008 3:21 am
by OldnGrey
This is something that ought to be fixed in the core when a dev has a spare minute.

character.clientversion is always 1 character too long and that character is non alphanumeric in that it cannot be stored as a packed value in an array.

Using a script to remove the last character works fine, but because the documentation says it's a string it probably should be a 'pure' string and not contain a trailing null or whatever it is.

Posted: Mon Jun 23, 2008 3:23 pm
by itec
Thanks for reporting this. I was having hard time figuring out the reason why some of the clientversion info I stored in cprops, were messed up at the end with the next cprop. Ie. content of my account's "Client"-cprop: "5.0.1jCPropLastIp a1:a2:S13:...."

Posted: Fri Aug 15, 2008 11:10 pm
by Madman
You'd think that'd be easy to fix. Maybe I'll try kicking people until someone gets to it.

Or maybe I could try. Muahahaha.

Anyway, yeah, should be fixable.