Use this method to clear a local variable of type String Buffer
of an activity, setting its value in the Java StringBuffer to the null string. Local variables are defined on the Parameters tab of the activity form.
This method has one required parameter.
Parameter |
Description |
Buffer | Identify the local variable to be reset. |
The system updates the Java StringBuffer object to associate the empty string with the named local variable.
This method updates the pxMethodStatus property. See How to test method results using a transition.