Skip to main content

PutBytesBefore

Type

statement

Summary

Prepends Source bytes to Target bytes.

Syntax

put <Source> before <Target>

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 prepend to the target data.

Parameters

NameTypeDescription

Source

An expression which evaluates to binary data.

Target

An expression which evaluates to a binary container.

Thank you for your feedback!

Was this page helpful?