<< I could be wrong, but I don't think a numeric variable can be set to null. Display the value of the variable just after you set it to null. >>
All variable types in R:Base can be set to NULL. The code I posted displays the value of my variable immediately after declaration and after printing a report, and shows that the value changes from NULL to 0 after a report is printed. -- Larry

