Re: evalhate without parsing?
Re: evalhate without parsing?
- Subject: Re: evalhate without parsing?
- From: Christopher Stone <email@hidden>
- Date: Thu, 02 May 2013 16:34:34 -0500
On May 02, 2013, at 16:22, Robert Poland < email@hidden> wrote: set strA to "Smile 3.6.1 (build 710) full edition" set strB to "Smile 3.7.0 (build 768) full edition"
strA > strB -->false strB > strA -->true
______________________________________________________________________
Hey Bob,
And your point is?
"a" > "b" --> false
"b" > "a" --> true
You are NOT comparing numerical values. You're comparing string values, and those have different rules.
10 = "10" --> false
10 > "10" --> false
10 < "10" --> false
10 = "10" as integer --> true
So what exactly are you trying to do?
-- Best Regards, Chris
|
_______________________________________________
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