EOF

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

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

# See

- **command:** constant, read from process, read from file - **glossary:** command, process - **keyword:** character, end, stdout, file