String help please!

I have a string variable called password, I wanna use it as "LOG IN" stuff where you must enter your saved ID to load your saved game...but it doesnt work as my plan...
Then i change it to :
Still doesnt work...
- Code: Select all
if(EnterPassword.text==password)
{
view.x+=480;
}
Then i change it to :
- Code: Select all
if(EnterPassword.text=="Darkboy")
{
view.x+=480;
}
Still doesnt work...