append_set


Description:

[ Version ( since = "4.2" ) ]
public bool append_set (Set values, bool make_copy)

Specifies that this be executed one time with the values contained in values.

A new Set to be used as the values argument can be obtained using get_template_set.

Parameters:

this

a RepetitiveStatement object

values

a Set object with the values to be used

make_copy

true if values is copied, and false if values is only ref'ed

Returns:

a new RepetitiveStatement object