| Latest "AliceTalker" Topics | [ Start new "AliceTalker" Topic ] |
|
||||||
Re: I am trying to do something if I say?show?.
Author:JonathanReply To see if text equals "show", use
text.equals("show")
To see if "show" occurs inside of text, use
text.indexOf("show") > 0