Is there a way to have the PBVERSION as a condition for conditional compilation?
This would be a very helpful feature.
#if defined PB2019R3
Powerbuilder 2019R3 specific code
#else
code for older versions
#END IF
Thanks a lot.
Best regards
Andreas