C
cmdolcet69
If need to know how to take all arraylist value and compare them in an
if statement.
if i have the following code:
if Ctype(newgraphics.readinglabelarralist(intloop),
label).test="4096.00" then
End if
Note that i do declare me intloop in a for intloop =0 to a
value.cout-1
However what i need it to say that all values in
readinglabelarraylist(all value), label.text ="4096.00"
How can i change the (intloop) to a (all values). I want to check that
if all values are "4096.00" then do somthing.
if statement.
if i have the following code:
if Ctype(newgraphics.readinglabelarralist(intloop),
label).test="4096.00" then
End if
Note that i do declare me intloop in a for intloop =0 to a
value.cout-1
However what i need it to say that all values in
readinglabelarraylist(all value), label.text ="4096.00"
How can i change the (intloop) to a (all values). I want to check that
if all values are "4096.00" then do somthing.