CAPL Script

FilePutString

Syntax

long filePutString (char buff[], long buffsize, dword fileHandle);

Method(Dynamic)

long File::PutString(char buff[], long buffsize);

Function

This function writes a string in the specified file.

Parameters

buff Buffer for the read-in string

buffsize

Number of characters

fileHandle

Handle to the file

Return Values

If an error occurs, the return value is 0, else 1.

Example

Class: File