DefaultOutputStream | |||||||
Type | expression | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.stream | ||||||
Summary | Default output stream. | ||||||
Values |
| ||||||
Description | The default output stream for output from the program. In command-line programs, this is usually used to output the results of running the program. In CGI programs running on servers, this is usually used to output the data to be sent to the client. | ||||||
Tags | io |