03-15-2013 06:35 AM
hi,
How I can test a value for 10 time, that is zero?
03-15-2013 09:29 AM
Hi,
can you please elaborate?
Vielleicht auf Deutsch?
Regards
Florian
03-15-2013 09:35 AM
It depends what you want to do.
Are the values in an array?
Are you reading the value from a port (serial, USB, ethernet / TCP)?
Is the value generated by an algorithm?
The basic answer would be use a While Loop or For Loop (or no loop), but without having enough information on what you want to do, it is impossible to offer any good suggestion.