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_getStrParam.xml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 help/en_US/Symphony Native Function/sym_getStrParam.xml (limited to 'help/en_US/Symphony Native Function/sym_getStrParam.xml') diff --git a/help/en_US/Symphony Native Function/sym_getStrParam.xml b/help/en_US/Symphony Native Function/sym_getStrParam.xml new file mode 100644 index 0000000..b261053 --- /dev/null +++ b/help/en_US/Symphony Native Function/sym_getStrParam.xml @@ -0,0 +1,61 @@ + + + + + sym_getStrParam + This routine is used to get the value of a string type parameter. + + + + Calling Sequence + sym_getStrParam(key) + + + + Description + + + + + + Arguments + + + + key + The name of the strung 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_getStrParam("source_path") + + + + + Authors + + + Iswarya Hariharan + + + + + -- cgit