Not sure what I should call this. I am creating a new class that gets the next bench warrant number to be issued and return it to another process. Sound easy, but of course, there's something or else I wouldn't be posting!
The warrant number is actually made up of two pieces of data. The "special character" and the number. The special characters consist of # @ % & *. This character is appended to the beginning of the number. If the number is 99990 then I need to switch to the next special character.
So, currently we are using the #; if I get the next number and it is 99990 I want to change the special character to @.
Can someone give me an idea of how I would store the character array and select the "next" one if the BW number matches 99990?
Thanks!
Leslie
In an open world there's no need for windows and gates
The warrant number is actually made up of two pieces of data. The "special character" and the number. The special characters consist of # @ % & *. This character is appended to the beginning of the number. If the number is 99990 then I need to switch to the next special character.
So, currently we are using the #; if I get the next number and it is 99990 I want to change the special character to @.
Can someone give me an idea of how I would store the character array and select the "next" one if the BW number matches 99990?
Thanks!
Leslie
In an open world there's no need for windows and gates