• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Detect if third word in string contains a number
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Detect if third word in string contains a number


  • Subject: Re: Detect if third word in string contains a number
  • From: theDaniel <email@hidden>
  • Date: Sun, 13 May 2012 09:19:38 -0400

Okay. I'll see what I can do. Thanks everyone for your help with my project. Currently I have to put too many irons in the fire to give it my full attention.

-Daniel

On May 12, 2012, at 6:01AM, Nigel Garvey wrote:

> theDaniel wrote on Fri, 11 May 2012 19:23:17 -0400:
>
>> I don't quite understand everything, but there seems to be a bug
> somewhere.
>> If I put one non-number word on the clipboard (ex. "he", "winds"), then
>> condition 2 is called (?)
>
> It's not a bug. The code I gave you is a framework you can develop to
> handle your stated difficulty "Which of the three words in this text is
> the number between 1 and 36 and what happens in each case?" Totally
> different situations such as "What happens if there's only one word and
> it's not a number?" will obviously need to be caught and catered for
> separately.
>
>  if ((count _selection's words) < 3) then
>    -- Deal with less than three words here.
>  else
>    -- The code I gave you.
>  end if
>
> NG
>
>
> _______________________________________________
> 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
>


 _______________________________________________
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

References: 
 >Re: Detect if third word in string contains a number (From: Nigel Garvey <email@hidden>)
 >Re: Detect if third word in string contains a number (From: Nigel Garvey <email@hidden>)

  • Prev by Date: Droplet References Bug
  • Next by Date: Re: Droplet References Bug
  • Previous by thread: Re: Detect if third word in string contains a number
  • Next by thread: Adobe Acrobat Pro 10
  • Index(es):
    • Date
    • Thread