Sorry for the 'dumb question', but I have been coding in VB for the last 5 years or so and Basic in general (GWBASIC, QBASIC, etc...) for over 10 years...
I have done some C/C++ coding, though I never really got into it, since most of the stuff I need I can do in VB...
But in C# (and I believe in VB.Net?) I see this Try-Catch-Finally block everywhere, that I have never seen before...
Can someone give me a quick run through of what you would use it for and how it works...?
Is it simmilar to a switch (or select case) statement?
Or is it for error handling, or what?
Thanks,
Josh
Have Fun, Be Young... Code BASIC
-Josh
PROGRAMMER:
Red-eyed, mumbling mammal capable of conversing with inanimate objects.
I have done some C/C++ coding, though I never really got into it, since most of the stuff I need I can do in VB...
But in C# (and I believe in VB.Net?) I see this Try-Catch-Finally block everywhere, that I have never seen before...
Can someone give me a quick run through of what you would use it for and how it works...?
Is it simmilar to a switch (or select case) statement?
Or is it for error handling, or what?
Thanks,
Josh
Have Fun, Be Young... Code BASIC
-Josh

PROGRAMMER: