Click here to Skip to main content
15,914,447 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: Hoo Bloomin Ray! Pin
Duncan Edwards Jones27-Aug-14 3:26
professionalDuncan Edwards Jones27-Aug-14 3:26 
GeneralRe: Hoo Bloomin Ray! Pin
glennPattonWork327-Aug-14 3:35
professionalglennPattonWork327-Aug-14 3:35 
GeneralRe: Hoo Bloomin Ray! Pin
Bergholt Stuttley Johnson27-Aug-14 3:38
professionalBergholt Stuttley Johnson27-Aug-14 3:38 
GeneralRe: Hoo Bloomin Ray! Pin
glennPattonWork327-Aug-14 3:40
professionalglennPattonWork327-Aug-14 3:40 
GeneralRe: Hoo Bloomin Ray! Pin
JimmyRopes27-Aug-14 3:42
professionalJimmyRopes27-Aug-14 3:42 
GeneralRe: Hoo Bloomin Ray! Pin
glennPattonWork327-Aug-14 3:46
professionalglennPattonWork327-Aug-14 3:46 
GeneralRe: Hoo Bloomin Ray! Pin
JimmyRopes27-Aug-14 4:18
professionalJimmyRopes27-Aug-14 4:18 
GeneralRe: Hoo Bloomin Ray! Pin
Worried Brown Eyes27-Aug-14 21:47
Worried Brown Eyes27-Aug-14 21:47 
There used to be a similar construct in COBOL (probably still is) that was commonly used in serial file access because when the end of file was hit it threw error code 23 - if you were processing a whole file this would happen once each run & therefore was an expected error.

Hence, you would continue to the next line after the read, but then the next line would be to check the error status - if it was 23, you knew you had finished, otherwise you invoked the error process.

If it's just being used to hide errors, though, I'm in full agreement. Probably why VB gets such a bad rap, but the coder has to take some of the blame.

Regards, Stewart
GeneralRe: Hoo Bloomin Ray! Pin
glennPattonWork328-Aug-14 0:13
professionalglennPattonWork328-Aug-14 0:13 
GeneralRe: Hoo Bloomin Ray! Pin
S Houghtelin27-Aug-14 4:21
professionalS Houghtelin27-Aug-14 4:21 
GeneralRe: Hoo Bloomin Ray! Pin
Rage27-Aug-14 4:24
professionalRage27-Aug-14 4:24 
GeneralRe: Hoo Bloomin Ray! Pin
S Houghtelin27-Aug-14 4:36
professionalS Houghtelin27-Aug-14 4:36 
GeneralRe: Hoo Bloomin Ray! Pin
Rob Grainger27-Aug-14 5:43
Rob Grainger27-Aug-14 5:43 
GeneralRe: Hoo Bloomin Ray! Pin
S Houghtelin27-Aug-14 6:01
professionalS Houghtelin27-Aug-14 6:01 
GeneralThere is hope for software teams everywhere.... Pin
charlieg27-Aug-14 2:12
charlieg27-Aug-14 2:12 
GeneralRe: There is hope for software teams everywhere.... Pin
OriginalGriff27-Aug-14 2:17
mveOriginalGriff27-Aug-14 2:17 
GeneralRe: There is hope for software teams everywhere.... Pin
charlieg27-Aug-14 2:31
charlieg27-Aug-14 2:31 
GeneralRe: There is hope for software teams everywhere.... Pin
Sander Rossel27-Aug-14 2:19
professionalSander Rossel27-Aug-14 2:19 
GeneralRe: There is hope for software teams everywhere.... Pin
Duncan Edwards Jones27-Aug-14 2:23
professionalDuncan Edwards Jones27-Aug-14 2:23 
GeneralRe: There is hope for software teams everywhere.... Pin
charlieg27-Aug-14 2:33
charlieg27-Aug-14 2:33 
GeneralRe: There is hope for software teams everywhere.... Pin
Rage27-Aug-14 4:26
professionalRage27-Aug-14 4:26 
GeneralRe: There is hope for software teams everywhere.... Pin
charlieg27-Aug-14 7:03
charlieg27-Aug-14 7:03 
GeneralRe: There is hope for software teams everywhere.... Pin
Marc Clifton27-Aug-14 2:37
mvaMarc Clifton27-Aug-14 2:37 
GeneralRe: There is hope for software teams everywhere.... Pin
charlieg27-Aug-14 2:40
charlieg27-Aug-14 2:40 
GeneralRe: There is hope for software teams everywhere.... Pin
Marc Clifton27-Aug-14 3:08
mvaMarc Clifton27-Aug-14 3:08 

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.