CopyOut

(Engine-Level Function)

Deprecated. This function relies on the VTSIO driver, which is no longer included in new installations. Will continue to function in legacy installations but should not be used in new code.

Description: Copies data from a buffer to an absolute RAM address.
Returns: Nothing
Usage: Script Only.
Function Groups: Memory I/O
Related to: CopyIn | MemIn | MemOut
Format: CopyOut(Buffer, Address, Length)
Parameters:  
Buffer
Required. Any text or buffer expression containing data bytes to copy.
Address
Required. Any numeric expression giving the absolute RAM address to start to copy.
Length
Required. Any numeric expression giving the number of bytes to copy.
Comments:

This function requires that the VTSIO driver be installed, which will not be true for new applications.

A buffer is written to RAM at Address. If fewer than Length bytes are in the buffer, the copy will stop when the end of the buffer is reached.