You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Every Destination Screen has  a return script which indicates how to exit the destination screen:



The return script shows how to go back to the nearest junction and onto the navigation system. It probably contains just a single executable line:

   SENDKEY(KeyF12);

The return script does not necessarily have to go back via the junction where it was originally invoked from, but typically it does. 

See Also

SENDKEY Function
 

  • No labels