~Null~ in test results boxes

Ok...not sure about tests but on surveys if you publish to the javascript title manager, any items left blank by the user are filled in with ~~~null~~~. On the java title manager what goes over is truly nothing, unless the user attempted to put in something and then erased it before submitting the form.So if that is what is happening, just test the variable for ~~~null~~~ and replace it with whatever you want if it is there. Perhaps a zero would work. Alternately, if you are post processing in a cgi, you can test for ~~~null~~~ and replace it in your cgi script.

Discussions have been disabled for this post