|
|
(9 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| <span class="pageSubtitle"><section begin=dpl_desc/>Create new UnknownStatistic instance<section end=dpl_desc/></span>
| | #REDIRECT [[UnknownStatistic class#New constructor|New constructor]] |
| | |
| [[Category:UnknownStatistic methods|New constructor]] | | [[Category:UnknownStatistic methods|New constructor]] |
| <p>
| |
| <var>New</var> is a member of the <var>[[UnknownStatistic class|UnknownStatistic]]</var> class.
| |
| </p>
| |
|
| |
| As shown below, the required argument of the <var>New</var> method is a specific string
| |
| value that is ''not'' the name of a valid or appropriate <var class="product">Model 204</var> user statistic
| |
| for the method that is being called.
| |
| ==Syntax==
| |
| <p class="syntax">[%unknown =] [%(UnknownStatistic):] New(Name=stat)
| |
| </p>
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%unknown</th>
| |
| <td>An <var>UnknownStatistic</var> object variable.
| |
| </td></tr>
| |
| <tr><th><b>Name=</b>stat</th>
| |
| <td>This name required parameter specifies the string value (''stat'') that is the name of the statistic for which you are providing the exception.
| |
|
| |
| </td></tr></table>
| |