Skip to main content
Skip table of contents

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

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.