myText.text = "anything"
myText.text = "anything"
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- cram0
if(myText.text != ""){
doSomething();
};that should do it. obviously the doSomthing() is for your statements... good luck.
if(myText.text != ""){
doSomething();
};
that should do it. obviously the doSomthing() is for your statements... good luck.