03.02.2010, 21:10
How do I do...
If text == text => continue...
If(string == "boomalalala")
{
// do something
}
else
{
//Send error
}
If text == text => continue...
If(string == "boomalalala")
{
// do something
}
else
{
//Send error
}