• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Hashing Question

CaptainKahuna

Platinum Member
I need a hash code to hash VIN (Vechile Identification Numbers). VIN's come in the following form:

'9X9XX99X9XX999999' where 9 represents any digit and X represents any letter (capitals A-Z only).

Any ideas?
 
Well I want one to give me indices I can use to store the VIN's in an array.

Not a sparse array, I wouldn't mind a few collisions if the array size would be smaller...
 
Back
Top