Had a bit of a search but couldnt find an answer to this problem. String manipulation is not my strong suit.
I have the following example string.
7849;7985;8044;8253;8254;16733
I need to count the number of 'Ids' in the string. Using the above example it should come out as 6 because each set of numbers between the semi colon represents one ID.
Any help is appreciated.