‎2018 Apr 05 11:03 AM
I have a CHAR13 variable which could contain characters and numbers, not always with a length of 13 but it could be also 3 or 6 or 10 or...
I would like to convert it (like HASH code does) into a 7 digits number, making this conversion unique, not deriving the same 7 digits number with different string... or at least to have this situation minimized as much as possible.
Can anyone help me on this? I can't find how to do it and it drives me crazy.
Thank you all in advance for your help!