EOF

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
EOF
Synonymsend,endoffile
Summary

Equivalent to the EOT character (ASCII 4, Control-D).

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
read from file monsterFile until EOF
RelatedCommand: 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.

Tagsfile system