Select Case Structure

this is the basic code of Selection Structure

Dim Adrian as Integer
Adrian=Text1.Text

Select Case Adrian

   Case Val(Adrian) > 100 
        MsgBox"You Enter Greater than 100"
   Case Else
       MsgBox"You Enter less than 100"

End Select

Happy Coding
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Leave a comment

Copyright @ Codes-47.Blogspot.Com. Powered by Blogger.