View Single Post
Old 12-19-2012, 01:16 PM   PM User | #1
bullet1
New to the CF scene

 
Join Date: Dec 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
bullet1 is an unknown quantity at this point
Java split problem

Hi,
i'm a beginner in java coding and i have a small problem,
i have a table contains a field "items", in this field, i have a lot of ID separated by ";", i have successfully extract all of the values from the field, but my question is how to get the value of the IDs one per one, i will need to do a verification after that (if (items[x] == something), but how i will be able to know the number of X if i use the split method ? thank's
bullet1 is offline   Reply With Quote