New (UnknownStatistic constructor)

From m204wiki
Revision as of 20:42, 25 March 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Create a new UnknownStatistic object (UnknownStatistic class)

As shown below, the required argument of the New method is a specific string value that is not the name of a valid or appropriate Model 204 user statistic for the method that is being called.

Syntax

%unknownStatistic = [%(UnknownStatistic):]New( Name= string)

Syntax terms

%unknown An UnknownStatistic object variable.
Name=stat This name required parameter specifies the string value (stat) that is the name of the statistic for which you are providing the exception.

See also