BBC BASIC for Windows
IDE and Compiler >> Program Editor >> Indentation within Procedures
http://bb4w.conforums.com/index.cgi?board=editor&action=display&num=1376181876

Indentation within Procedures
Post by appleshaw on Aug 10th, 2013, 9:26pm

Using 5.94a on XP I have noted that indentaion works in the main program but not inside Procedures.
Is this normal?
Re: Indentation within Procedures
Post by admin on Aug 11th, 2013, 12:46am

on Aug 10th, 2013, 9:26pm, appleshaw wrote:
Using 5.94a on XP I have noted that indentaion works in the main program but not inside Procedures.
Is this normal?

No, it means there's a mistake earlier in your code. For example a spurious ENDIF can have this effect. If you can't spot the error, try running the Cross Reference utility (Slot 5 in the Utilities menu) which, if you're lucky, may find it.

Richard.