Posts Tagged ‘if’

Batch Files Tutorial - If Statement

July 31, 2009 - 10:11 pm 25 Comments

Jake “Master Jake” Chappell teaches you how to use the if statement when dealing with batch files.

Please comment and rate. If you like my video tutorials spread the word.

Website: http://masterjake.co.nr/
E-Mail: skateparkceasercash@yahoo.com

Duration : 0:5:20

(more…)

9 If Statement In PHP

July 28, 2009 - 11:25 pm No Comments

Duration : 0:8:0

(more…)

5.1 Checking/Validating data using IF Statements in Visual Basic.NET

July 23, 2009 - 5:18 pm 3 Comments

Using an IF Statement to Validate text placed in a text box on button press:

Here’s the code I used in this:

Dim Captain As String

Captain = TextBoxCaptain.Text
Captain = Captain.ToUpper

If Captain = “PICARD” Or Captain = “KIRK” Or Captain = “ARCHER” Or Captain = “PIKE” Or Captain = “JANEWAY” Then

MsgBox(”Indeed, Warp Factor 9!”)
Else
MsgBox(Captain & ” has never been a Captain”)
End If

Have fun!

Duration : 0:7:25

(more…)

Java Programming Tutorial - 12 - Switch Statement

July 20, 2009 - 2:26 am 13 Comments

How to use the switch statement in java

Duration : 0:6:47

(more…)

Visual basic 6 tutorial 7-The If statement

July 20, 2009 - 2:26 am No Comments

breif vid explaining the if statement

Duration : 0:1:5

(more…)

IF Statement and Nested IF Statement in Excel

July 7, 2009 - 9:30 pm 1 Comment

http://www.TeachExcel.com
How to use a basic IF statement in Excel and also how to use a nested IF statement in Excel. This is a good tutorial for a beginner and also someone looking to understand nested IF statements.

To get the Excel file used here, go to the website and download it:
http://www.TeachExcel.com

Duration : 0:9:4

(more…)

Using the IF statement texts

July 7, 2009 - 9:30 pm No Comments

Duration : 0:2:32

(more…)

Java Video Tutorial 4: If Statements

July 5, 2009 - 12:34 am 25 Comments

This tutorial discusses:
*If statements
*If else statements
*Conditional operators

Duration : 0:11:40

(more…)

Java Programming Tutorial - 10 - If Statement

June 28, 2009 - 10:27 pm 8 Comments

How to make a decision in java

Duration : 0:6:2

(more…)

C Programming Tutorial - 4 - If Statement Decision

June 25, 2009 - 4:39 pm 25 Comments

Part 5 - http://www.youtube.com/watch?v=SOnpOBvyhDM

All of this code is FREE on my website http://thenewboston.com

Duration : 0:7:7

(more…)