EOF | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | end,endoffile |
Summary | Equivalent to the EOT character (ASCII 4, Control-D). |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: constant, read from process, read from file Glossary: command, process Keyword: character, end, stdout, file |
Description | Use the EOF constant to read an entire file, or to read all data from a process. The EOF constant signifies the end of a file. When used with the read from process or read from file command, the EOF constant causes LiveCode to keep reading data until no more data remains to be read. |
Tags | file system |