If function

Non-platform specific questions.

If function

Postby Troodon » Sun Jan 15, 2006 5:23 pm

How the if function works? Not the same way as in many programming programmes. (visual basic, lotus script, html)
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score

Postby Novice » Sun Jan 15, 2006 6:03 pm

Code: Select all
if (condition==true)
{
execute this code;
...
}
else if (condition!=true)
{
execute this code;
...
}
else execute this code;
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

re:

Postby Troodon » Tue Jan 17, 2006 4:29 pm

Thank you.
User avatar
Troodon
 
Posts: 1539
Joined: Thu Jan 12, 2006 3:29 pm
Location: HELL
Score: 56 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest