"WHATS YOUR NAME"?->A If A=STEPH Then "HEY STEPH" IfEnd If A=TYLER Then "HEY TYLER" Else "NAME IS NOT REGISTERED"Now when i attempt to add a third name like this...
"WHATS YOUR NAME"?->A If A=STEPHANIE Then "HEY STEPH" IfEnd If A=TYLER Then "HEY TYLER" IfEnd If A=DYLAN Then "HEY DYLAN" Else "NAME IS NOT REGISTERED" IfEndWhen i do this the first name input, in this case "STEPHANIE", works without a problem and it displays, "HEY STEPH.
But if i input "TYLER" or "DYLAN" it displays
"HEY TYLER"
"HEY DYLAN"
And ive tried adding more names and responses like this
"WHATS YOUR NAME"?->A If A=STEPHANIE Then "HEY STEPH" IfEnd If A=TYLER Then "HEY TYLER" IfEnd If A=DYLAN Then "HEY DYLAN" IfEnd If A=CHRISTIAN Then "HEY CHRISTIAN" IfEnd If A=JESSICA Then "HEY JESSICA" Else "NAME IS NOT REGISTERED" IfEnd
But as before the Stepahnie's response works perfect but if i enter any other name i get all responses in sequence except Stephanie's like this
"HEY TYLER"
"HEY DYLAN"
"HEY CHRISTIAN"
"HEY JESSICA"
No matter which name (other than STEPHANIE) i put in, I get that result.
Please Help. Im toying with it to try to figure it out. If you know my error, please comment and point it out.
Thank you all in advanced!
Edited by Dameyan1212, 14 September 2012 - 09:12 PM.