Results 1 to 6 of 6

Thread: how can I use conditions in switch statement

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    how can I use conditions in switch statement

    well?

    also something like this (I'm showing the VB example, hope someone can tell me how to do this in java )
    VB Code:
    1. Select case num
    2.        case is > 5
    3.              ' do something
    4.      
    5.        ' ......
    6. end select
    Last edited by MrPolite; Jul 6th, 2002 at 03:14 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
  •  



Click Here to Expand Forum to Full Width