Click here to Skip to main content
15,892,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Who/What am I Pin
W Balboos, GHB27-May-15 8:54
W Balboos, GHB27-May-15 8:54 
GeneralRe: Who/What am I Pin
Sander Rossel27-May-15 11:04
professionalSander Rossel27-May-15 11:04 
JokeRe: Who/What am I Pin
W Balboos, GHB28-May-15 0:38
W Balboos, GHB28-May-15 0:38 
GeneralRe: Who/What am I Pin
Freak3028-May-15 2:25
Freak3028-May-15 2:25 
GeneralRe: Who/What am I Pin
OriginalGriff27-May-15 8:39
mveOriginalGriff27-May-15 8:39 
GeneralRe: Who/What am I Pin
Sander Rossel27-May-15 8:46
professionalSander Rossel27-May-15 8:46 
GeneralRe: Who/What am I Pin
OriginalGriff27-May-15 9:09
mveOriginalGriff27-May-15 9:09 
GeneralRe: Who/What am I Pin
greldak28-May-15 3:14
greldak28-May-15 3:14 
Used properly it allows you to code try catch blocks

:
:
:
on error resume next
perform_some_action_which_may_generate_an_error
on error goto 0
test_and_act_upon_err_object
:
:
:

unfortunately most people forget to do the testing part.

GeneralRe: Who/What am I Pin
Sander Rossel28-May-15 5:28
professionalSander Rossel28-May-15 5:28 
GeneralRe: Who/What am I Pin
PIEBALDconsult27-May-15 8:59
mvePIEBALDconsult27-May-15 8:59 
GeneralRe: Who/What am I Pin
Sander Rossel27-May-15 10:30
professionalSander Rossel27-May-15 10:30 
GeneralRe: Who/What am I Pin
Nicholas Marty27-May-15 21:22
professionalNicholas Marty27-May-15 21:22 
GeneralRe: Who/What am I Pin
Brady Kelly27-May-15 20:09
Brady Kelly27-May-15 20:09 
GeneralRe: Who/What am I Pin
Sander Rossel27-May-15 20:35
professionalSander Rossel27-May-15 20:35 
GeneralRe: Who/What am I Pin
Brady Kelly27-May-15 21:26
Brady Kelly27-May-15 21:26 
GeneralRe: Who/What am I Pin
Peter Adam28-May-15 7:08
professionalPeter Adam28-May-15 7:08 
GeneralRe: Who/What am I Pin
Brady Kelly28-May-15 18:16
Brady Kelly28-May-15 18:16 
GeneralRe: Who/What am I Pin
Eric Whitmore28-May-15 2:15
Eric Whitmore28-May-15 2:15 
GeneralRe: Who/What am I Pin
Sander Rossel28-May-15 2:22
professionalSander Rossel28-May-15 2:22 
GeneralRe: Who/What am I Pin
crazedDotNetDev28-May-15 5:00
crazedDotNetDev28-May-15 5:00 
GeneralRe: Who/What am I Pin
OriginalGriff27-May-15 8:01
mveOriginalGriff27-May-15 8:01 
GeneralRe: Who/What am I Pin
Sander Rossel27-May-15 8:06
professionalSander Rossel27-May-15 8:06 
AnswerRe: Who/What am I Pin
newton.saber27-May-15 9:39
newton.saber27-May-15 9:39 
GeneralRe: Who/What am I Pin
Slacker00727-May-15 6:30
professionalSlacker00727-May-15 6:30 
GeneralRe: Who/What am I Pin
Amarnath S27-May-15 6:35
professionalAmarnath S27-May-15 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.