Please enable JavaScript to view this site.

ESL Documentation

Send a string to an ESL application.

int PutString (char *string )

string

A pointer to a null-terminated character string.

Include

LOCALAPP.H

STDIO.H

Returns

The length of string if successful; EOF if not.

Description

This function sends the null-terminated string string to ESL.

Errors

A return value of EOF indicates that an error occurred.  (EOF is a macro constant representing the end-of-file marker.  EOF is defined in STDIO.H.)