PPP Forum

Information and discussions about our products
Welcome to PPP Forum Sign in | Join | Help
in Search

Breaking changes: our new Navigation solution partner is Sygic

From TomTom to Sygic:
Over the years our former navigation provider reduced his SDK more and more to drive his own business solutions.
Finally a SDK is no longer available!
Looking for an alternative solution we found www.sygic.com/tomtom-sdk.
Why we recommend Sygic:
  • Good support at first hand
  • A modern Navigation Solution (with actual maps)
  • Native .NET support in the SDK (no need for third party solutions)
  • Many operating systems support including Linux and Android
  • A partner which is even able to adapt the Navigation solution to your needs.

navigatetoaddress does not accept variables as arguments

Last post 03-14-2010, 19:54 by ajanaman. 1 replies.
Sort Posts: Previous Next
  •  03-14-2010, 16:30 1308

    navigatetoaddress does not accept variables as arguments

    Hi all

    I hope questions relating to TTN can still be posted.

    To navigate to an address, the syntax is:

    Dim strCity, strStreet, strHseNr, strpostcode As String

    strCity="London"
    strStreet="Bristow Road"
    strHseNr="5"
    strpostcode="SE191JX"

    The following syntax failed:

    NavigateToAddress(strCity, strStreet, strHseNr, strpostcode).

    whereas the following succeeded:

    NavigateToAddress("London","Bristow Road","5","SE191JX").

    So putting the arguments as string variables failed while putting the arguments as absolute values worked.

    My requirement is to pass the arguments as string variables. Can anyone pls help me how to use variables in this function.

    Thank you.

    Ayo
  •  03-14-2010, 19:54 1309 in reply to 1308

    Re: navigatetoaddress does not accept variables as arguments

    I have had a look at my code again. The function actually takes variables as arguments. The variables have to be explicitly declared as strings, which I didnt originally. I am ok now.

    ayo
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems