You are here: Reference > Activity methods > StringBuffer-Append

  StringBuffer-Append method

Use this method to manipulate local variables of type String Buffer for the current activity that are contained in a Java StringBuffer object. This method appends a text string to the current contents of the buffer.

Local variables are defined on the Parameters tab of the Activity form.

Parameters

This method accepts an array of one or more variable names and values.

Parameter

Description

Buffer add rowIdentify the name of a local variable.
Value Enter an expression (such as a literal value, a property reference, a linked property reference, or a function call) the produces a text value to append.

Results

The text string entered in the Value column is appended to any existing text in the StringBuffer, and associated with the name you supplied in the Buffer column.

Checking the method status

This method updates the pxMethodStatus property. See How to test method results using a transition.

Definitions local variables
Related topics Activity form — Completing the Parameters tab
StringBuffer-Insert method
StringBuffer-Reset method

Methods and instructions by function