compile on if

pwme

Member
Licensed User
Longtime User
Hi,

is it possibile to exclude some code from compile? For example

$compileonif mycheckstring="Fullversion"

......
....

$ end compileonif

I have two version of my app "demo" and "full_version", so if you are an jacker and you want to debug the demo to remove/edit some code lines, you can not enable some features (because these lines are not present)

thanks in advance

William
 
Top