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: Dana McDonald <email@hidden>
- Date: Tue, 16 Apr 2002 10:55:04 -0400
>
> 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.
>
>
At this point in your script, try
>
display dialog "" & class of str1 & " " & class of str2
>
>
I suspect you'll learn that Cumulus is giving you something other than a
>
string.
Duh, I should've checked the class.
Cumulus 5.x returns either a string, a reference, a list, or an error
depending on: only one found & no coercion, nothing found with list
coercion, more than one found, nothing found with no coercion, respectively.
Slightly different than Cumulus 3.
Thanks
Dana
_______________________________________________
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.