Hi,
MsgBox(Mapview.GetCenter,"GEOPOINT") give me a good text-output like this: 51.224750,5.171563,0 with the decimal points.
But,
Label.Text = Mapview.GetCenter give me a wrong text-output like this:
51224750,5171563,0 without the decimal points, may it be a convertion bug?
Put Claude Belgium
MsgBox(Mapview.GetCenter,"GEOPOINT") give me a good text-output like this: 51.224750,5.171563,0 with the decimal points.
But,
Label.Text = Mapview.GetCenter give me a wrong text-output like this:
51224750,5171563,0 without the decimal points, may it be a convertion bug?
Put Claude Belgium