if (InputPED.Text.StartsWith("01") || InputPED.Text.StartsWith("02")) { strQueryTaskURL = "url of my MN map service�?� } else if (InputPED.Text.StartsWith("07") || InputPED.Text.StartsWith("08")) { strQueryTaskURL = "url of my BX map service�?� }
switch (InputPED.Text.Substring(0,2).ToLower()) { case "01": case "02": strQueryTaskURL = "url of my MN map service�?�; break; case "07": case "08": strQueryTaskURL = "url of my BX map service�?�; break; default: break; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.