Close



Results 1 to 10 of 757

Threaded View

  1. #10
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Thank You for pointing that out. That was sloppy cutting & pasting.

    Yes, each 'case ??:' gets a break normally. That keeps the code from falling through into the next 'case'. Usually (but not always) you want a 'break' after the code for a given case. And certainly for this invalidate code, you want to break after it finishes.

    I put the 'break' in the correct place on that post.
    Last edited by Roxy; 08-04-2014 at 04:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •