com.livecode.stream

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.stream
Summary

This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode.

Description

This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode.

TypeNameSummarySyntax
expressionDefaultErrorStream

Default error stream.

the error stream

- - -DefaultOutputStream

Default output stream.

the output stream

modulecom.livecode.stream

This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode.

the output stream

statementWriteToStream

Write data to a stream. Stream:An expression that evaluates to a stream.

write <Buffer> to <Destination>