result = TagInArray(tagValue,tagArray);
D0 D0 A0
BOOL TagInArray(Tag,Tag *);
Performs a quick scan to see if a tag value appears in an array terminated with TAG_DONE. Returns TRUE if the value is found.
The 'tagArray' must be terminated by TAG_DONE. Note that this is an array of tag values, NOT an array of TagItems.