I have a table of players, each player in the team should have unique barcode:
The barcode scanner returns an array of chars.
The next player_id = char++, example:
aaa
aab
aac
...
aba
aca
..
baa
Or muybe another solution?
Kr,
Generate barcode from a string in java
|