Wish Single line conditional compilation

EddyW

Member
Licensed User
Longtime User
Its not a big thing but would be nice to have a option to use #IF on single line without # End if

I use regular
#if ERROR
LogColor("Some info", Colors.Red)
#End If

For better reading and shorter code i would like to use
#if ERROR LogColor("Some info", Colors.Red)
 
Top