Testing a sequence
- Posted by Andrew Sharp <asharp at CHILLI.NET.AU> Jan 06, 1999
- 480 views
I'm writing an add on to a program which needs a 'virtual' set of flags which I'm setting up as elements of a length 12 sequence (VF). The setting of the flags is not a time worry, but when I want to find out if any of them have gone high I need to do so real quick. What I'd like to know is do I have to test every element with a for-next type loop or can I check if any of the elements has gone 1 by simply checking - If vf. Andrew (Razor) Sharp