Adds a text string to a BigText variable.

BigText.ADDTEXT(Variable[, Position])

Parameters

Variable

Type: Text or BigText

The string that will be added to the BigText variable. If this parameter is empty, then the BigText variable is not modified.

Position

Type: Integer

This is an optional parameter that defines the position in the BigText variable where the string is inserted. If this parameter is omitted, then the string is added at the end of the BigText variable. If this parameter is less than one, then a run-time error occurs. If this parameter is greater than the length of the BigText variable, then the string is added at the end of the BigText variable.

Expand imageRemarks

Expand imageSee Also