Original Post
When I learned of the Goto statement the book I learned it from told me it was 'improper code' and 'error causing' also mentioning that 'the pros don't use this command'. I thought; why not? So I popped up wikipedia and read on it. The only thing it mentions about it being wrong, besides downgrading it and again mentioning that advanced programmers avoid it, was that it leads to sloppy/unreadable code. Is that all there is to it? All the 'goto is evil' is just references to its sloppyness? Is there any actaul reason I shouldn't use the goto statement if I explain well where my labels are? Oh, and can goto work through to other files in a project; and what must I do to make it work, I.E. 'extern label LabelName;'? Thanks. ~S of the L~