User profile: James2250

User info
User name:James2250
Name:James Blower
Location:California, USA
History
Joined:
Number of posts:245
Latest posts:

its opening in notepad
Can't you just right click the file - Open with - Choose default program - Set to Dev++?

Very dumb question about JavaScript
You have somehow managed to get rid of the closing parameter bracket on the setOutput function. Cha...

Very dumb question about JavaScript
It works correctly for me once I make both of those changes I mentioned (pretty sure the ; is option...

Very dumb question about JavaScript
I don't really use Javascript but.. [Code] Max value:<document.write("resultAsNumber")> [/Code] ...

delete NULL
It looks like you mean && not &. && = logical AND & = bitwise ADD (which you aren't trying to do ...