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