Error
| Número de ID del error | BUG-000173875 |
|---|---|
| Enviado | January 27, 2025 |
| Última modificación | February 12, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.4 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Estado | As Designed |
Add error handling for cases where the locArray variable has 0 or 1 items. Refer to the example below.
"var MainLoc = text($feature.LOCATION)
var locArray = Split(MainLoc, " ")
if ( Count(locArray) < 2 ) { // error handling
return
} else { // existing code
var abrevTship = locArray[1]
return abrevTship
}"
ID del error: BUG-000173875
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri