March 9, 200719 yr Hi,I am trying to get info about my waypoint airport and all i can get is the ident. I use (@c:FlightPlanWaypointICAO) (>@c:WaypointAirportICAO) to set the airport but it doesn't seem to be working. here is the xml code for the airport.802" ident = "TSLK"> Thanks,Steve
March 10, 200719 yr Hello steve Try this for FS9 (L:ListScroll,number)%((@c:WaypointAirportFrequenciesNumber) s2 0 !=)%{if}%(0 sp1)%{loop}%(l1 (>@c:WaypointAirportCurrentFrequency))%((@c:WaypointAirportFrequencyName))%!s!tt%((@c:WaypointAirportFrequencyValue,Mhz) 100 * near d 100 div)%!03d!.{fnt1}%(100 %)%!02d!%(l1 ++ s1 l2 < d)n%{next}%{end} %{end} This lists Frequency name (atis,tower,approach,unicom,ILS etc) and frequency. Paul EGLD
March 11, 200719 yr Thanks, but that makes the gauge not show up. I am using a direct to as well. I don't know if that matters. The problem seems to be that the waypoint aiport has no data in the variables. ie. WaypointAirportFrequenciesNumber = 0. as well as all the other variables like lat, long etc. except for ident.Steve
Create an account or sign in to comment