From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- help/en_US/sym_getDblParam.xml | 61 ------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 help/en_US/sym_getDblParam.xml (limited to 'help/en_US/sym_getDblParam.xml') diff --git a/help/en_US/sym_getDblParam.xml b/help/en_US/sym_getDblParam.xml deleted file mode 100644 index 4e5d8f3..0000000 --- a/help/en_US/sym_getDblParam.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - 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 - - - - - -- cgit