I was wondering if it's possible to ignore certain digits of a
number, and how it would be done.It will always be a 21 digit
number, and i want it to only use the last 7 digits of the number. Eg:
000J90120071000002291 is the number, and I only want it to use
0002291 for the program, and ignore the rest.
Thanks in advance.