Equivalent to the EOT character (ASCII 4, Control-D).
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
EOF
# Examples
read from file monsterFile until EOF
# Description
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
# See
- **command:** constant, read from process, read from file - **glossary:** command, process - **keyword:** character, end, stdout, file