Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IF/ENDIF .

Former Member
0 Likes
958

HI EXPERT !

IN MY PROGRAM , I M NOT ABLE 2 GET THE ENDIF OF PARTICULAR IF STATEMENT . PLZ HELPME HOW I CAN FIND OUT IT EASILY .

THANKS

4 REPLIES 4
Read only

Former Member
0 Likes
752

Hi,

click pretty printer option on Application toolbar....

now if and its endif ll be in same 'vertical' line..........

Cheers,

Will.

Read only

Former Member
0 Likes
752

Hi,

Just double click on the IF statement. It will automatically redirect the control to proper ENDIF.

Read only

Former Member
0 Likes
752

Hello,

Use pretty printer, now if you double click on any IF statement it will take you to its corresponding ENDIF.

Thanks,

Gunjan

Read only

Former Member
0 Likes
752

run syntax check.

then double click on the error.

takes u to the line where u are missing endif.