‎2008 Jan 31 6:02 AM
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
‎2008 Jan 31 6:04 AM
Hi,
click pretty printer option on Application toolbar....
now if and its endif ll be in same 'vertical' line..........
Cheers,
Will.
‎2008 Jan 31 6:04 AM
Hi,
Just double click on the IF statement. It will automatically redirect the control to proper ENDIF.
‎2008 Jan 31 6:08 AM
Hello,
Use pretty printer, now if you double click on any IF statement it will take you to its corresponding ENDIF.
Thanks,
Gunjan
‎2008 Jan 31 6:39 AM
run syntax check.
then double click on the error.
takes u to the line where u are missing endif.