sym_setStrParam
This routine is used to set a string type parameter.
Calling Sequence
sym_setStrParam(key,value)
Description
Arguments
key
The name of the string type parameter to be set. Note: should be given within " "
value
New value of the corresponding string parameter. Note: should be given within " "
Return value
Returns 0 if the parameter specified is set to the value mentioned and 0 if setting of the string parameter was unsuccessful due to invalid inputs
Examples
status=sym_setStrParam("source_path","..")
Authors
Iswarya Hariharan