sym_getIntParam
This routine is used to get the value of an integer type parameter.
Calling Sequence
sym_getIntParam(key)
Description
Arguments
key
The name of the integer parameter whose value has to be retrieved. Note: should be given within " "
Return value
Returns 0 if the parameter's value has been successfully retrieved and displayed on the console ,else 1 is returned corressponding to an error value for the unsuccessful execution of the function
Examples
status=sym_getIntParam("verbosity")
Authors
Iswarya Hariharan