Write

Streams
Aptilis 2

Write(Stream, StringToWrite)

This stream command allows you to write data (in the form of a string you specify) to a stream.

See Open for a primer on Aptilis streams and examples.

Return Value:
The nuber of bytes written or -1 in case of error in which case _errno$ will give you more details.

See also: Open, Close, Read, ReadLine, SetPosition, GetPosition
and:
LoadFile and SaveFile.