In my program, I would like the program to check if the string is equal to, for example, hello and then whatever they have entered. For example, they have to enter 'hello steve' and, using an if statement, to check if the text box contained 'hello ' and then steve is optional. steve could be anything.
using if edit1.text = 'hello' wont work as they would of inputed 'hello bob'
Does anyone have a solution to my problem?
Thanks in advanced