R
RB Smissaert
Is it possible to do a global replace in the whole project
with pattern matching?
For example I have:
If Not strVar = ""
and I would like to replace it with:
If Len(strVar) > 0
RBS
with pattern matching?
For example I have:
If Not strVar = ""
and I would like to replace it with:
If Len(strVar) > 0
RBS