I have a complicated routine that I am writing that would normally be Boolean but there are a few times when the answer will be To Be Determined. There are some that are clearly defined with a lot of IF THEN ELSE statements but when all is said and done, there will be three answers.
There are a lot of ways to handle this and I would like to use a IF ROUTINE(VARIABLES) THEN statement in my code but with the third option I cannot.
I am not asking how to write the code, I want to know you found it best to return the answer.
What it the way you found to handle this True, False, Maybe problem?
There are a lot of ways to handle this and I would like to use a IF ROUTINE(VARIABLES) THEN statement in my code but with the third option I cannot.
I am not asking how to write the code, I want to know you found it best to return the answer.
What it the way you found to handle this True, False, Maybe problem?