Re: Changing owner Name
Re: Changing owner Name
- Subject: Re: Changing owner Name
- From: Duncan Cowan <email@hidden>
- Date: Fri, 03 Jan 2003 08:28:13 +1100
very basically:
set getName to display dialog "Please enter your user name:" default answer
""
set userName to text returned of getName
set getPass to display dialog "Please enter your password:" default answer
""
set userPass to text returned of getPass
{userName, userPass}
it might pay to throw in some - if userName is "" then *error
More dialog info is in the "standard additions" scripting addition
dictionary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.