Anyone know how to exclude a section of code when running in debug mode, but have that section active when running in release?
Printable View
Anyone know how to exclude a section of code when running in debug mode, but have that section active when running in release?
#If not Debug then
.........................
#End If