Re: If Statements
Re: If Statements
- Subject: Re: If Statements
- From: Ed Stockly <email@hidden>
- Date: Fri, 12 Sep 2008 23:02:12 -0700
You said:
If (username > 1 and username <10)
wouldn't work, were username a string.
Tim says it works and so do I.
set userName to 5
(userName > 1 and userName < 10)
-->>true
set userName to "5"
(userName > 1 and userName < 10)
-->>false
Do you get different results?
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden