WRAPPER_TEST_GETRETURN Function   

Retrieves a value returned from a JWAVE wrapper function.

Usage

value = WRAPPER_TEST_GETRETURN(param_name) 

Input Parameters

param_name—A string containing the name of the return parameter that you wish to retrieve.

Returned Value

value—The value of the parameter.

Discussion

You can retrieve the returned value from the JWAVE wrapper only after GET_TEST_EXECUTE has been run.

WRAPPER_TEST_GETRETURN issues a warning message and returns 0 if the requested parameter does not exist.

This function imitates the behavior of the JWaveExecute.getReturnData method in the Java client application.

Example

See WRAPPER_TEST_INIT.

See Also

WRAPPER_TEST_EXECUTE, WRAPPER_TEST_INIT, WRAPPER_TEST_RETURN_INFO