Re: secure text fields
Re: secure text fields
- Subject: Re: secure text fields
- From: Michelle Steiner <email@hidden>
- Date: Wed, 20 Oct 2004 17:30:34 -0700
On Oct 20, 2004, at 2:08 PM, Dave Balderstone wrote:
if (count of characters of theText) is less than 8 or (count of
characters of theText) is greater than 8 then display dialog "Enter
exactly characters." buttons {"Okay"} default button 1
How about this:
if (length of theText) is not 8 then display dialog "Enter exactly
characters." buttons {"Okay"} default button 1
-- "is not" is equivalent to "≠" or "is not equal to"
--if you type "does not equal" it compiles as "is not equal to"
--
"Our enemies are innovative and resourceful, and so are we. They never
stop thinking about new ways to harm our country and our people, and
neither do we." --George W. Bush, Aug 5, 2004.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden