Read input from text file, use the same input in IF condition

I want to read an input from text file and use the same input in IF condition to process some thing.

Example:

input => retrieve from file

IF( input == "value" ) {

Process Something.........

}

Can someone please help me in this

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.