Hello
I have the following problem:
I have a string with various values. It looks like that:" 205,0;1; 20,0;0; 65,0;22,0; 50;1;1;2500;Comment"
Some values have a defnite width " 205,0" for example.
Now I hav to seperate all these values and write each to a local variable, so that I can use the value for some calculations.
How can I do this easily?
Thanks for your help