Hello Daniel, I'm looking at the IF_STATEMENT validation. In the current form I...

Stephen Smith Answered 1 answer
Question by Stephen Smith 2 years ago

Question

Hello Daniel,
I'm looking at the IF_STATEMENT validation. In the current form I can't get this functionality to report a validation error. Could you give me an example of an IF statement which would cause an error to occur -
Somthing of the type #:
if(1)
{
// if statement body
}

Regards
Steve Smith

Answers

Answered by Daniel McCarthy

Instructor

Hi Stephen,
The expression of the if statement needs validation essentially
Thanks