From ed526ee458eab28367de030f450838a038f2ed10 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 1 Sep 2015 14:21:55 +0530 Subject: Styling help --- .../Symphony Native Function/sym_resetParams.xml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 help/en_US/Symphony Native Function/sym_resetParams.xml (limited to 'help/en_US/Symphony Native Function/sym_resetParams.xml') diff --git a/help/en_US/Symphony Native Function/sym_resetParams.xml b/help/en_US/Symphony Native Function/sym_resetParams.xml new file mode 100644 index 0000000..a73fdbd --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_resetParams.xml @@ -0,0 +1,56 @@ + + + + + sym_resetParams + This routine sets all the environment variables and parameters to their default values. + + + + Calling Sequence + sym_resetParams() + + + + Description + + + + + + Arguments + + This function takes no arguments + + + + + Return value + + Returns 0 if the environment variables and parameters are set to their default value and 1 if a value corresponding to an error is returned + + + + + Examples + + status=sym_resetParams() + + + + + Authors + + + Iswarya Hariharan + + + + + -- cgit