My Personal Fix for this problem is to use utf-8 convert :
Add :
"+tc(utf, "22")+"
wherever you need between your double Quoted Expression
or simply :
& tc(utf,22) &
Where you want add a "
So, do this fix work for you?
My Personal Fix for this problem is to use utf-8 convert :
Add :
"+tc(utf, "22")+"
wherever you need between your double Quoted Expression
or simply :
& tc(utf,22) &
Where you want add a "
So, do this fix work for you?