Ed Loehr <ed(at)accuros(dot)com> writes:
> I'm seeing actual parameters impacted by the value of another actual
> parameter in an unexpected manner. Example test case and example run
> included below. This is occuring on 7.0.3 on Redhat. Can anyone confirm
> or educate me?
This is a known problem with 7.0.x that is fixed in the upcoming 7.1
release. If you pass one NULL parameter to a function, they all
become NULL.
-Doug