Click here for NewsObjects Overview
GetSubjectText Method (Story Control)
Windows - Visual C++


Description
The GetSubjectText method returns a 1 based index subject code.

Syntax
CString text = GetSubjectText(long n);

The GetSubjectText syntax has these parts:

Part

Description

n

A long integer from 1 to SubjectCount indicating which unique subject code string to return.

text

A String which receives the text of the specified subject code.

See Also: SubjectCount TickerCount

Back to: Story Methods