Wish Conditional compiler ???? mask

ajk

Active Member
Licensed User
Longtime User
I could be very useful to use mask in conditional symbols. I have over 20 version of single app to support that relay on the same code modification /non market app/

Let's say I have conditional symbol PAY that introduces some change, then I create subversion of this program named PAY12.
I have then two conditional symbols in Build Configuration PAY and PAY12.
Instead of using in code new condition PAY12 that triggers only when PAY12 conditional symbols are selected in build configuration box. Compiler should find "PAY" string conditional symbols in
# if PAY12 conditions
and enable compilation of this part.

This could make compiler conditional code much simpler.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can add whichever conditional symbols you like to each build configuration:

SS-2018-01-14_15.42.39.png
 
Top