Hi there,
In my program, I want to use an ID System. It is going to sent to other classes as an String. (For example: An Oject of class test has the ID "1.3.5")
No I want to get special parts of the ID but not the whole one. Has someone an idea how i can manage this? (I want to use this, so i won't have to send 3 different ints)
Thank you in Advance ;-)

