GetSearchHitText Method (Story Control)
   Windows - Visual C++
   Description
   The GetSearchHitText method returns 
   the text of the nth search hit within the story.
   Syntax
   long value = GetSearchHitCount();
The GetSearchHitText syntax has these parts:
| Part | Description | 
| value | An long from 1 to SearchHitCount indicating which search hit string to return. | 
   Remarks
   GetSearchHitText is not guaranteed 
   to return search hit strings in the order that they appear in the story.
See Also: SearchHitCount GetURLText
Back to: Story Methods