0
How do I use the IF function please ?
If
3 Answers
+ 14
if (condition == true)
{
// execute codes
}
+ 11
The 'if' isn't a function but a statement...
... and you must specify to what language your question is related ^^ ( the @Hatsy Rei snippet works for you? You're lucky: it's not always the same syntax, depending on what language :P )
0
thanks