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: Ted Burton <email@hidden>
- Date: Sun, 14 Mar 2004 10:33:08 -0800
I have just subscribed under
mailto:email@hidden and am
having password problems with unsubscribing the address from which
this message came (change of domain().
At 10:07 -0700 on 3/14/04, Gnarlodious spoke about Re: What to do
when strings don't match but should? thusly:
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.
--
_______________________________________________
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.