I have entered in the Source Code Forum a self updated version of Borje Hagsten's PBCodec.
PBCodec has several useful features:
I have updated it to recognize (most) conditional compilations:
Added support for #INCLUDE ONCE (without fix it duplicated items in the reports)
Added a checkbox to the main Dialog to be able to Suppress "Included but Not Declared Sub()'s and Functions()'s" since PB 9.0 seems to have eliminated the need for this.
See what you think.
PBCodec has several useful features:
- List of included but not used Functions
- List of included but not used Subs
- Un-Used Global Variables
- Un-Used Local Variables
- Warns when GLOBAL and LOCAL have the same name
I have updated it to recognize (most) conditional compilations:
- #IF %ABC
- #IF NOT %ABC
- #IF %DEF(%ABC)
- #IF NOT %DEF(%ABC)
- #ELSE
- #ENDIF
Added support for #INCLUDE ONCE (without fix it duplicated items in the reports)
Added a checkbox to the main Dialog to be able to Suppress "Included but Not Declared Sub()'s and Functions()'s" since PB 9.0 seems to have eliminated the need for this.
See what you think.

Comment