Handling loadStrings() from URL error
in
Programming Questions
•
1 year ago
I am using: loadStrings("http://www.processing.org/") right now for testing. When I try to load a URL that is invalid I get an error. How can I set up a conditional to test if it will fail and only perform loadStrings() if it doesn't fail without the error?
1