Is there any way to have 'conditional includes'?
Blitz does not seem to acknowledge:
If ProductID = 1
Include "Product1.bb"
Else
Include "Product2.bb"
Endif
- but tries to include any file on any line starting with the word 'include'.
Blitz does not seem to acknowledge:
If ProductID = 1
Include "Product1.bb"
Else
Include "Product2.bb"
Endif
- but tries to include any file on any line starting with the word 'include'.