ConcatenateBytes

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> & <Right>
Associationscom.livecode.binary
Summary

Concatenates Left and Right.

Parameters
NameTypeDescription
Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Values
NameTypeDescription
return

Binary data consisting of the value of the left hand expression with the value of the right hand expression appended to the end.

Description

The result consists of the bytes of Left followed by those of Right.

Tagsbinary