Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Identifying blocks of nested "IF" Statement 1

Status
Not open for further replies.

wwg60563

Programmer
Oct 8, 2004
2
US
We have a pretty involved application and it has a large number of nested if statements. It is getting difficult to maintain this program and we probably need to rewrite it, but in the mean time is there anybody who knows a way to easily identify the matching "end if" for an "if" statement. In a C program you can find matching braces but I have not found any way to do this in 4GL.
We do not have the interactive debugger either.
 
identify the matching "end if" for an "if"
By properly indent the code

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks olded I had forgotten about the IIUG. Haven't had to go there lately but I had forgotten how much good stuff is out there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top