Which version of controlP5 are you using?
Version 0.7.5 has a
ControlP5 Textfield example that shows exactly what you need through two ways.
- Via .getText()
- Via a String connected to a controller
If you -for some reason- don't understand the example, elaborate on exactly what you don't understand. Because in my opinion it doesn't get much clearer than that.
And don't make the common mistake of comparing Strings with == instead of .equals (see the forum).
Sidenote: no need to scream at us! By that I mean you can leave out all the exlamation marks! Thank you!