Possible? Using a variable w/in a if statement outside the statement

Is it possible to access a variable that has been assigned a value within a if statement to used outside of the statement inside the main function?
Obviously, you can. You probably mean a variable that has been declared inside the if block.
Topic archived. No new replies allowed.