This action will resize the binary to send to whatever number of bytes you specify.


This is useful when you're planning to copy a block of memory from another extension into Lacewing's messages directly using the Binary to send address expression, such as copying from inside a Binary Object's memory.


In Blue, if you're resizing bigger than the message was, the extra memory is cleared to zero bytes throughout.

In Relay, the extra space is not cleared and will contain random memory left by the last application to use that part of RAM.