Rdocumentation
powered by
Learn R Programming
rLindo (version 8.0.1)
rLSgetParamMacroName: Get the specified parameter's macro name.
Description
R interface function for LINDO API function
LSgetParamMacroName
. For more information, please refer to LINDO API User Manual.
Usage
rLSgetParamMacroName(env,nParam)
Arguments
env
A LINDO API environment object, returned by
rLScreateEnv
.
nParam
An integer parameter identifier.
Value
An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
szParam
The macro's name.
References
LINDO SYSTEMS home page at www.lindo.com