slim2
Programmer
- Oct 18, 2001
- 94
Is it possible to do nested Ifs in Crystal or If Endif
e.g.
If x = y Then
......
If a = b Then
.....;
I also saw If EndIf in the online help but it does not work it will not recognize ENDIF or END IF. I was trying
If a = b Then
statement
statement
statement
If x = y Then
statement
EndIf
EndIf
e.g.
If x = y Then
......
If a = b Then
.....;
I also saw If EndIf in the online help but it does not work it will not recognize ENDIF or END IF. I was trying
If a = b Then
statement
statement
statement
If x = y Then
statement
EndIf
EndIf