difference betwee EOF() and LOF()
What context are using it in.EOF usually means End of FileLOF Length of File.But this could be different unless we know in what context you are talking about.Stuart
EOF usually means End of File
LOF Length of File.
But this could be different unless we know in what context you are talking about.
Stuart