26.2 26.1 26.0 25.3 25.2 25.1 25.0
26.2 26.1 26.0 25.3 25.2 25.1 25.0

concatBlob() Operation

Syntax

set aConcatenatedBlob = aBlob.concatBlob(anotherBlob {,anotherBlob});

Semantics

Concatenates an arbitrary number of blobs. Returns a new blob.

The state of the current blob is not changed.

Substitutables

aBlob, anotherBlob

Can be any variable or object attribute having the type Blob

Examples

set aConcatenation = blobSet.b1.concatBlob(blobSet.b2);