Description
This function will return the number of maximum users for a running copy of OpenInsight.
Syntax
numUsers = MAX_OI_USERS()
Parameters
The function does not accept parameters.
Returns
The number of maximum users for the current copy of OpenInsight.
Example
declare function MAX_OI_USERS numUsers = MAX_OI_USERS() call msg(@window,'This copy of OpenInsight has a maximum of ': numUsers : ' users!')