Hello:

I'm in a small bind. In my program I'm opening a file that may be empty. I can write the code around my problem of detecting whether or not a file is empty by setting my arrays to none zero values but I'd rather use a command if there is one. I checked through the tutorials and didn't find one. I know NULL is used for failing to open a file but is there a operator for a file that has no data in it? Any input will be appreciated. Thanks.

Icy