EOF(ARG.) function
Syntax
EOF(ARG.)
Description
Use the EOF(ARG.) function to check if the command line argument pointer is past the last command line argument. ARG. is part of the syntax of the EOF(ARG.) function and must be specified. EOF(ARG.) returns 1 (true) if the pointer is past the last command line argument, otherwise it returns 0 (false).
The arg# argument of the GET(ARG.) statement and SEEK(ARG.) statements affect the value of the EOF(ARG.) function.