Ok nevermind mind I was making a stupid mistake, what you said does work thankyou. But what I would like to figure out now is how to check multiple datafields
So I tired this:
ActionScript Code:
myGrid.dataProvider[0,1,2,3,4].res_size;
But that gives me this error:
"ReferenceError: Error #1069: Property 4 not found on Number and there is no default value."
Or what ever is the lat number I put is the the number present in the error.
Do you know if I can check multiple data fields at the same time like what I'm trying to do in my example?