I have a problem currently i have a table filled with values, now i 
want to check 1 value against values in the table. ie.

i have size value that will be checked against table.size to see if it 
falls into a certain range and then that specfic record so i can do 
validation on it.  

int size = 1

table.size = 0.5,2,10

now i will see that record1 = 0.5 which is to small.
then i check to see record2 = 2 which is to big. so i have to use 
record1. but how do i loop through the values in the table to find the 
one i need?

Thanking you in advance
Ricardo

Reply via email to