during my work on ConvertGeoToDeg() I found a bug.
(I hope this is a real bug and not again a bug from me)
Code: Select all
Test$ = "- " + #DQUOTE$ + " -"
Debug Test$
If FindString(Test$, #DQUOTE$, 1) : Debug "found" : EndIf
ReplaceString(Test$, #DQUOTE$, "-")
Debug Test$
Also chr(34) is not working.
Can someone confirm this, or point me to a fault of mine?
Bernd