NPM question

Post Reply
tyler15
Posts: 1
Joined: Thu Sep 08, 2005 7:33 pm

NPM question

Post by tyler15 »

A user is searching for #8 in a field and getting (correctly) hits for values of 0008. However, one of the hits has value of 0010.

Why does searching for #8 return results with 0010?

Why does searching for #10 return results with 0012 and NOT 0010?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

NPM question

Post by mark »

Leading zeros imply octal notation (at least for NPM and the C language and derivitives). 0010 in octal is 8 decimal.
Post Reply