spydermonkey
Programmer
I've been using VB for a few days now and I've come up to a few new questions if anyone has the time.
1) How do you open a file so you can write to it when a button is pushed? I created a meta tag generator which I'd like them to have the ability to save them to their .html files.
2) Is there a less-than-fatal exit or die command? When a field isn't filled in, I have an alert box pop up. But it pops up like 3 times if they miss all three fields. I know I could do this with using many if/else but there must be an easier way. When I use exit, it closes the program! Is there a command to halt it from continuing but NOT kill the program?
Thanks everyone!
1) How do you open a file so you can write to it when a button is pushed? I created a meta tag generator which I'd like them to have the ability to save them to their .html files.
2) Is there a less-than-fatal exit or die command? When a field isn't filled in, I have an alert box pop up. But it pops up like 3 times if they miss all three fields. I know I could do this with using many if/else but there must be an easier way. When I use exit, it closes the program! Is there a command to halt it from continuing but NOT kill the program?
Thanks everyone!