Default value for data type

Pete_L

Active Member
The only data type I've had to provide an initial value for is Number (initial value = 0). I forget all the time, and I usually only find them when they result in an error. :) I have not had to provide default values for any other data type. (I have not used Image or Binary.) Also, I generally will read the warning items resulting from a syntax check, but I usually don't fix them because those items do not impede processing.
 
Top