Posted By
|
Message
|
JP
Registered 07/06/2003
Points 1338
|
6th October, 2004 at 17:17:03 -
I have a list of usernames and a invisible list of passwords. They click the username, and enter their password in the box and press Login.
Then it takes them to the next frame.
My code for the logging in part:
Button "Login" clicked
List Select$("Passwords") = Edittext$("Password")
Next Frame
Steve Zissou: Anne-Marie, do all the interns get Glocks?
Anne-Marie: No, they have to share one.
|
JP
Registered 07/06/2003
Points 1338
|
6th October, 2004 at 18:07:26 -
Also when I have my date stamp:
Edittext$( "Name" ) + " " + List Select$( "List" ) + " at " + Str$( hours of( "Date & Time" ) ) + ":" + Str$( minutes of( "Date & Time" ) ) + " on " + Str$( month of( "Date & Time" ) ) + "/" + Str$( day of month of( "Date & Time" ) ) + "/" + Str$( year of( "Date & Time" ) )
It works, but the time comes out like this 12:2 instead of 12:02, any suggestions?
Steve Zissou: Anne-Marie, do all the interns get Glocks?
Anne-Marie: No, they have to share one.
|
ChrisB Crazy?
Registered 16/08/2002
Points 5457
|
6th October, 2004 at 19:22:49 -
Mid$( "00", Len( Str$( your number ) ), 2 ) + Str$( your number )
n/a
|
JP
Registered 07/06/2003
Points 1338
|
6th October, 2004 at 19:22:55 -
Oh whoops I forgot the question part. I was wondering how to fix this. But I fixed both. Well the first one only works if the parrsword is lowercase or if it isnt meinteil.
Steve Zissou: Anne-Marie, do all the interns get Glocks?
Anne-Marie: No, they have to share one.
|
JP
Registered 07/06/2003
Points 1338
|
6th October, 2004 at 19:39:41 -
so how do I make it work with uppercase?
Steve Zissou: Anne-Marie, do all the interns get Glocks?
Anne-Marie: No, they have to share one.
|
JP
Registered 07/06/2003
Points 1338
|
6th October, 2004 at 19:41:12 -
Oh hey thanks chrish, do you think you could explain that though?
Steve Zissou: Anne-Marie, do all the interns get Glocks?
Anne-Marie: No, they have to share one.
|
ChrisB Crazy?
Registered 16/08/2002
Points 5457
|
8th October, 2004 at 11:47:35 -
Use the Quick Token object to convert both strings to lowercase.
n/a
|
|
|