New (UserStatistics constructor)
Create a new UserStatistics instance (UserStatistics class)
The New method creates a new instance of the UserStatistics class, populating it with a snapshot of the user's statistics.
Syntax
%userStatistics = [%(UserStatistics):]New
Syntax terms
%userStatistics | A UserStatistics object variable to contain the new object instance. |
---|---|
%(UserStatistics) | The class name in parentheses denotes a shared method. |
Usage notes
- New is a constructor and, as such, can be called with no object, with an explicit class name, or with an object variable, even if that object is null:
%ustat = new %ustat = %(userStatistics):new %ustat = %ustat:new