Write Array
Signature
Description
Writes an array of bytes to a specified memory address.
Returns whether the operation was successful (true
) or not (false
).
Arguments
Address
The memory address where the bytes will be written to.
Bytes
A table of bytes that will be written to the specified address.
Notes
Last updated