if ( val == null ) {
                val = "";

            } else if ( typeof val === "number" ) {
                val += "";