- Procedure LicenseNumber(license)
LicenseNumber
The procedure LicenseNumber
returns the license number of the
current AIMMS license.
LicenseNumber(
license ! (output) a scalar string parameter
)
Arguments
- license
A scalar string parameter that, on return, contains the current license number.
Return Value
The procedure returns 1 on success, and 0 on failure.
Note
The procedure will return the license number as a string of the form
015.090.010.007
if you are using an AIMMS 3 license, or as a
string of the form 1234.56
if you are using an AIMMS 2 license.
See also
The procedure LicenseType
.