Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

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

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
 
Show Contents List