不具合
| 不具合 ID 番号 | BUG-000173875 |
|---|---|
| 送信されました | January 27, 2025 |
| 最終更新日 | February 12, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 3.4 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 11.0 64 bit |
| ステータス | 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: BUG-000173875
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード