Public Sub SkyIdentification(skyident As String)If (LCase(skyident) = "mocldy") Then Skyfound = "27": Exit Sub ' at nightIf (LCase(skyident) = "ptcldy") Then Skyfound = "29": Exit Sub ' at nightIf (LCase(skyident) = "mocldy") Then Skyfound = "28": Exit Sub ' at daytimeIf (LCase(skyident) = "ptcldy") Then Skyfound = "30": Exit Sub ' at daytime
Dunno if the emulator will accept the upper corrections I made in bold but here goes QuotePublic Sub SkyIdentification(skyident As String)If (LCase(skyident) = "mocldy") Then Skyfound = "27": Exit Sub ' at nightIf (LCase(skyident) = "ptcldy") Then Skyfound = "29": Exit Sub ' at nightIf (LCase(skyident) = "mocldy") Then Skyfound = "28": Exit Sub ' at daytimeIf (LCase(skyident) = "ptcldy") Then Skyfound = "30": Exit Sub ' at daytimeThe changes I made correspond to TWC's reports unless the conditions I changed cannot be pulled into the emulator
Here's a full listhttp://en.wikipedia.org/wiki/List_of_airports_in_the_United_States#Primary_airportseither Providence (PVD) or Boston (BOS) works for me
Even Better (Busiest/Boarded)http://en.wikipedia.org/wiki/List_of_airports_in_the_United_States_by_passengers_boarded
i am working on the airport package, is there a list of major airports that are in this country.. like BWI, JFK, PHL.. the top tier airports.. basically ones that we would be interested in seeing data on.. thanks!
Quote from: cc17926 on July 27, 2010, 07:31:54 AMi am working on the airport package, is there a list of major airports that are in this country.. like BWI, JFK, PHL.. the top tier airports.. basically ones that we would be interested in seeing data on.. thanks!Brian, I have a clip that includes the airport package on WSL. PM me if you're interested.