Re: When a String is not equal to a String
Re: When a String is not equal to a String
- Subject: Re: When a String is not equal to a String
- From: Emmanuel <email@hidden>
- Date: Tue, 16 Apr 2002 00:53:07 +0200
At 11:16 PM +0200 15/4/02, Dana McDonald wrote:
>
>
I've been re-writing a large script for Cumulus when they redid their entire
>
applescript access structure from version 3 to version 5.x.
>
>
Anyway, this now happens and I'm not sure why.
>
>
I retrieve a file name in cumulus and put it in Str1.
>
I retrieve a file name from the finder and put it in Str2.
>
>
Ok, these two file names (strings) are exactly the same.
>
BUT when I do:
>
>
if str1 is equal to str2 then "do this"
>
"do this" never gets run.
Did you test "class of str1" and "class of str2"?
Others will suggest that you share the lines which fill the variables.
Emmanuel
_______________________________________________
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.