CATEGORIES
2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMP
3D GraphicAudio & VideoDesktop ProgrammingWebsite DevelopmentDatabaseBusiness ApplicationsOtherTutsBuzz Stuff 
POLL
What kind of tutorials are you interested in?

Search results for this tag: statement.
6 tutorials have been found in database.
... to list more tags click here
Microsoft Excel » 20.11.2008 » by bybye
0faves
Whenever you want to present some text according to a criteria: if the criteria is met then present this text, if the criteria isn’t met present that text...
C#.NET » 19.06.2008 » by bybye
0faves
The if statement is a so-called conditional statement. It allows you to branch your code depending on whether certain conditions are met or not. C# has two such conditional statements, the if statement and the switch statement...
C#.NET » 19.06.2008 » by bybye
0faves
The switch statement offers the programmer the capability to choose a specific block of code from a set of mutually exclusive ones. It is similar but not identical to the if statement. The block of code that will be chosen is not known before the execution of the program...
PHP » 12.05.2008 » by who
0faves
This tutorial will show you the basics of switch statments.
PHP » 25.02.2008 » by chrismax1
0faves
An introduction to basic PHP. The tags, variables, loops, if statements, how to include files and functions, are all well explained in this tutorial.
MySQL » 25.01.2008 » by gearup
0faves
MySQL FAQs - Understanding SQL CREATE, ALTER and DROP Statements.


