sym_getDblParam This routine is used to get the value of a double type parameter. Calling Sequence sym_getDblParam(key) Description Arguments key The name of the double 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_getDblParam("time_limit") Authors Iswarya Hariharan