dim splitList dim value splitList= split( [Feild1], ";") if ubound(splitList) > 1 then 'if there's no comma, there's only one value in the splitList array and the next statement would error out value = splitList(0) end if
value
address=input[:input.find("-")].strip()
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.