Re: What to do when strings don't match but should?
Re: What to do when strings don't match but should?
- Subject: Re: What to do when strings don't match but should?
- From: Gnarlodious <email@hidden>
- Date: Sun, 14 Mar 2004 10:07:05 -0700
Entity Jason Bourque spoke thus:
>
Now in script debugger they look the same. But equals, starts with, always
>
come up false.
>
>
What do I do, I know there the same?
They're not the same. maybe one contains nul characters which do not
display.
This truncates a 64 bit string containing visible characters plus a
remainder of nul characters:
(text 1 thru ((offset of (ASCII character 32) in theString) - 1) of
theString)
HTH
-- Gnarlie
_______________________________________________
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.