当前位置: 代码迷 >> 综合 >> arcmap字段计算器 判断字符是否是数字
  详细解决方案

arcmap字段计算器 判断字符是否是数字

热度:94   发布时间:2024-02-28 06:53:52.0
if  IsNumeric( [TextString] ) then
a = Int ( [TextString] )
else
a=0
end if