Hi All,
I made a quick scripting tool that I thought I would share. The scripting tool will take a feature class, its fields, and a new target value as inputs. Where ever a Null value exists (None), the value will be set to the target value. The target value default is of numeric type and is set to 0.
This tool has to be used understanding what your field types are, the tool will try and set the target field to the desired value with an update cursor, but will pass that row if it cannot. Only "None" values are changed, all other values should be left alone.
It is really simple, but might be helpful. I am not sure something like this exists (I know it does for raster but not for fields). You could accomplish the same with a "calculate field", but this allows multiple fields if you need it for a lot of fields.
David