- Procedure LicenseType(type, size)
LicenseType
The procedure LicenseType
returns the type and size of the current
AIMMS license.
LicenseType(
type, ! (output) a scalar string parameter
size ! (output) a scalar string parameter
)
Arguments
- type
A scalar string parameter that, on return, contains the type of the current license.
- size
A scalar string parameter that, on return, contains the size of the current license.
Return Value
The procedure returns 1 on success, and 0 on failure.
Note
Upon success, the type argument contains the license type description
(e.g. "Economy"
) and the size argument contains a description of
the license size (e.g. "Large"
).
See also
The procedure LicenseNumber
.