Hello. I'm not sure if this topic falls under this category. Anyhow, I need to create an autogenerated incremental alphanumeric code. And it goes something like this:
001, 002, 003, ..., 009, 0A0, 0A1, etc....
I'm hoping you guys could help me out. Thanks so much!
Incremental Operator?
Moderator: General Moderators
Re: Incremental Operator?
No, I don't think it does, but what are you trying to do? Are those supposed to represent hex values?? If so, you should express them in blocks of 2, 4, 6, etc., like 0009, 00A0 ...elliebee wrote:Hello. I'm not sure if this topic falls under this category. Anyhow, I need to create an autogenerated incremental alphanumeric code. And it goes something like this:
001, 002, 003, ..., 009, 0A0, 0A1, etc....
I'm hoping you guys could help me out. Thanks so much!
What are you going to do with the "code"? What does it represent? Without knowing such information, it's impossible to advise you.