Number of Tags

Is it possible to count the number of tags appended to the graph?
You can get a list of all annotations using "AnnotationList", and "AnnotationInfo" returns a keyword string list including the "TYPE" item so you can check each annotation to see if it's a tag.
Also, how to store the text values in the tag in a wave? The need is to store all the positions in a wave.
AnnotationInfo also has a "TEXT" keyword that tells you the text content of the tag...while looping through and counting the tags you could read their contents and append them to a text wave. I'm not sure I get what you mean by storing the positions in the wave. Is the text content of the tags a string telling you what their position is, or are you trying to extract a position from the numerical values in the original data?