For example here's my blank template for a new pbi file:
Code: Select all
; aaa functions.
;- Version Control
; 1.00.00 xxx yy/yy/yyyy Created.
;- Compiler Directives
; 1.00.00 xxx yy/yy/yyyy Created.
EnableExplicit
;- Constants
; 1.00.00 xxx yy/yy/yyyy Created.
;- Declare Procedures
;- Implementation
For instance I'd like to be able to use %BUILDCOUNT from the compiler directives and also all the % tokens from the Date library which would make these templates just a little slicker.
