LucieLastic
Programmer
hi
I've got (using D5)
logfile : TextFile;
In my prog. I've got a procedure which is called many times and writes and entry to logfile. I'd like to use the same procedure before logfile has been assigned to a file as the proc does other stuff I'm interested in.
How can I check if logfile has been assigned to a file or not?
I've tried the obvious types but always get
"Operator not applicable for this operand type"
lou
I've got (using D5)
logfile : TextFile;
In my prog. I've got a procedure which is called many times and writes and entry to logfile. I'd like to use the same procedure before logfile has been assigned to a file as the proc does other stuff I'm interested in.
How can I check if logfile has been assigned to a file or not?
I've tried the obvious types but always get
"Operator not applicable for this operand type"
lou