SyntaxFix
Write A Post
Hire A Developer
Questions
Here :)
function isSet(iVal){ return (iVal!=="" && iVal!=null && iVal!==undefined && typeof(iVal) != "undefined") ? 1 : 0; } // Returns 1 if set, 0 false