Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I need to find the first occurenceoccurrence of the attribute "ICount"ICount and get its value must be returned. onlyOnly the number from the attribute. How to get it?
< FCount = "1" ICount = "0" Ccount= "1">
in above example i need only 0
< FCount = "1" ICount = "0" Ccount= "1">
Please assist me on this.
I need to find the first occurence of the attribute "ICount" and get its value. only the number from the attribute. How to get it?
< FCount = "1" ICount = "0" Ccount= "1">
in above example i need only 0
Please assist me on this.
I need to find the first occurrence of the attribute ICount and its value must be returned. Only the number from the attribute. How to get it?