[Visual Basic] Case Statements
CLICK TO WATCH IN HIGH DEFINITION: http://www.youtube.com/watch?v... this tutorial I will show you how to use case statements and select case. You can use this for many different things, hope you enjoy. If you have any questions then PM me. CODE:Dim Tutorial As IntegerTutorial = Int(Rnd() * 10)Select Case TutorialCase 1Text1.Text = "This is case 1"Case 2Text1.Text = "This is case 2"Case 3Text1.Text = "This is case 3"Case 4Text1.Text = "This is case 4"Case 5Text1.Text = "This is case 5"Case 6Text1.Text = "This is case 6"Case 7Text1.Text = "This is case 7"Case 8Text1.Text = "This is case 8"Case 9Text1.Text = "This is case 9"Case 10Text1.Text = "This is case 10"End Select
Channel: Howto & Style
Uploaded: November 30, 1999 at 12:00 am
Author: zaxey
Length: 02:04
Rating: 1.00
Views: 404
Tags: alec basic genraven Help Tut tutorial visual zaxey
Video Comments
|