WriteProgramStringN()

Syntax

Result = WriteProgramStringN(Program, String$)
Description
Writes the given string to the specified programs input (stdin). The program must have been started with RunProgram() and the #PB_Program_Write flag.

For sending a string without newline WriteProgramString() can be used, for sending raw data WriteProgramData().

Supported OS

All

<- WriteProgramString() - Process Index