If text == something
Posted: Wed Jun 20, 2007 7:21 pm
I'm desperate,
I've trying to do a text value check with many different ways and always there is something that doesn't work!
How can I make this?
I'm sure I've done this earlier.
I've trying to do a text value check with many different ways and always there is something that doesn't work!
How can I make this?
- Code: Select all
if (mfd_enter.text == "REB")
{
MFD = 1;
booted = 0;
}
I'm sure I've done this earlier.