Sunday, February 26, 2012

ELSE IF Question

Maybe my brain is fried from staring at this too long but I have a question on how IF ELSE IF is read based on nesting.

Is it read like this:

IF

ELSE IF

ELSE IF

END

...or is it read like this?

IF

ELSE

IF

ELSE

IF

ELSE

END

Thanks,

Adamus

The second option.

And there is no END associated with an IF

|||

Thank you...

I simply forgot the BEGIN's and associated END's.

I get confused jumping from language to language. (especially late on Friday afternoon)

Adamus

No comments:

Post a Comment