How do I remove a question once I have an answer?
For those who might want to know this is the code that worked for my purpose:
read(e) filename;
if %EOF;
do this ?..;
else;
do this ?..;
endif;
Software/Hardware used:
ASKED:
November 5, 2004 10:17 AM
UPDATED:
November 8, 2004 2:34 AM