December 28, 200421 yr Morning all,Does anyone know of a way to extract the next waypoint ID text from the GPS?I tried: -%((@c:FlightPlanWaypointIdent))%!s!but this gives me the first point on the plan - Is there a way to pass it an index?Cheers,
December 28, 200421 yr Hi Paul,(A:GPS WP NEXT ID) ??(A:GPS Flight Plan WP Index)?(@c:FlightPlanWaypointIndex)?(A:GPS Flight Plan WP Count)?Do these help?don
December 28, 200421 yr Hi don,Thanks for those.I tried using (A:GPS WP_NEXT ID, string) but it just displays .0any ideas?
December 28, 200421 yr Got it!In the SDK you will see GPS WP_NEXT ID but it should be GPS WP NEXT ID so %((A:GPS WP NEXT ID, string))%!s! works perfectly!Many thanks,
Create an account or sign in to comment