Guest_imported
New member
- Jan 1, 1970
- 0
Before you read this message take into account that I'm new to programming and some things may seem like utter rubbish but I know what I'm trying to ask.
So i'm reading a value from an array and I want to check if it's EOF or not i.e
if (input[arraypos] == 'EOF')
(file_reading = false);
sort of thing
Thanx
Spud
So i'm reading a value from an array and I want to check if it's EOF or not i.e
if (input[arraypos] == 'EOF')
(file_reading = false);
sort of thing
Thanx
Spud