PutBytesAfter

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
put <Source> after <Target>
Associationscom.livecode.binary
Summary

Appends Source bytes to Target bytes.

Parameters
NameTypeDescription
Source

An expression which evaluates to binary data.

Target

An expression which evaluates to a binary container.

Related
Description

Use to insert bytes into data without replacement. Can be used either with a chunk expression to insert at a specified location, or without to append to the target data.

Tagsbinary