GetURLText Method (Story Control)
   Windows - Visual C++
   Description
   The GetURLText method returns the 
   Universal Resource Locator (URL) text of the n'th URL within the story.
   Syntax
   CString text = GetURLText(long n);
The GetURLText syntax has these parts:
| Part | Description | 
| n | A long integer from 1 to URLCount indicating which URL string to return. | 
| text | A String which receives the text of the specified URL. | 
See Also: URLCount GetSearchHitText
Back to: Story Methods