When I was in college, I was forced to learn Cobol. I hated it. Just plain hated it! The language was invented by a Grace Hopper I think while she was in the Navy and it was just such a wordy language. For example, you'd type "SET X EQUAL TO A MULTIPLIED BY B" instead of what us C programmers would type "x=a*b;"
As I get older however, my brain doesn't remember things so when I write code I try to be a little more descriptive and actually write comments. Say it isn't so....
I've been working with some network cameras in our stores and having an issue with them not uploading to a file server when motion events fire, and I run accross this kinda of error message...
That's very helpful. Action A0 for event E0 failed status 10. Nice and of course, there's no documentation on the status codes anywhere. Throw me a frickin' bone here!
No comments:
Post a Comment