CAPL Script

FileWriteBinaryBlock

Syntax

long fileWriteBinaryBlock (byte buff[], long buffsize, dword fileHandle);

Method(Dynamic)

long File::WriteBinaryBlock(byte buff[], long buffsize);

Function

This function writesbuffsizebytes in the specified file.

Parameters

buff Buffer, with the binary data to be written.

buffersize

Number of bytes to be written.

fileHandle

Handle to the file.

Return Values

The function returns the number of bytes written.

Example

Class: File