Results 1 to 2 of 2

Thread: control flow question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    70

    control flow question

    i currently have 9 cases on which i want to divide control flow in
    a program

    the cases are most conveniently represented with strings and are CCCC,CCCO,CCOC,COCO,COCC,COOC,OCOC,OCCC,OCCO

    I was wondering what would be the most efficient way to handle these cases in vb. I know in C++ case statements existed but are to be used sparingly.

    Thanks

    Nightfox02

  2. #2
    Fanatic Member
    Join Date
    Feb 2002
    Location
    SE England
    Posts
    732
    Just use a select case.
    Leather Face is comin...


    MCSD

Posting Permissions

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



Click Here to Expand Forum to Full Width