pr3tend0 Posted March 2, 2009 Posted March 2, 2009 How do get the returned text value of an iniread to work in an if then? $gettime = IniRead("\Config\Main.ini", "Main", "Timezone", "Nothing") If $gettime = "Eastern" Then
BlackPhoenix Posted March 2, 2009 Posted March 2, 2009 How do get the returned text value of an iniread to work in an if then? $gettime = IniRead("\Config\Main.ini", "Main", "Timezone", "Nothing") If $gettime = "Eastern" Then$gettime = IniRead("\Config\Main.ini", "Main", "Timezone", "Nothing") $o_string=stringinstr($gettime,'Eastern');Search in $gettime for this string Returns the line where it is If NOT @error Then
pr3tend0 Posted March 2, 2009 Author Posted March 2, 2009 $gettime = IniRead("\Config\Main.ini", "Main", "Timezone", "Nothing") $o_string=stringinstr($gettime,'Eastern');Search in $gettime for this string Returns the line where it is If NOT @error Then thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now