its opening in notepadCan't you just right click the file - Open with - Choose default program - Set to Dev++?
Very dumb question about JavaScriptYou have somehow managed to get rid of the closing parameter bracket on the setOutput function. Cha...
Very dumb question about JavaScriptIt works correctly for me once I make both of those changes I mentioned (pretty sure the ; is option...
Very dumb question about JavaScriptI don't really use Javascript but.. [Code] Max value:<document.write("resultAsNumber")> [/Code] ...
delete NULLIt looks like you mean && not &. && = logical AND & = bitwise ADD (which you aren't trying to do ...