Function FindLabel ( [NAME] ) label_string = [NAME] Left_Dash = instr(label_string , "-") Right_Dash = instrRev(label_string , "-") leftside = left( label_string, Left_Dash) rightside = right(label_string, Right_Dash) FindLabel = leftside & vbnewline & rightside End Function
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.