• 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: Booleans in AS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Booleans in AS


  • Subject: Re: Booleans in AS
  • From: John Cochrane <email@hidden>
  • Date: Thu, 07 Mar 2002 23:53:03 +1100

Matthew Smith wrote: The line:

>
> set folName to folName & cnt
>
> is the problem. The first time folName is the concatentation Test and 1. The
> next time it is Test1 and 2, the third Test12 and 3. Maybe the line should
> be:
>
> set newFolName to folName & cnt`V1and then use newFolName when making the folder.
>

I just discovered that changing the line to

set folName to "Test" & cnt

works, which is the same as your suggestion really. Thanks for the reply.

John
_______________________________________________
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.

References: 
 >Re: Booleans in AS (From: Matthew Smith <email@hidden>)

  • Prev by Date: Re: Booleans in AS
  • Next by Date: Re: Booleans in AS
  • Previous by thread: Re: Booleans in AS
  • Next by thread: Re: Booleans in AS
  • Index(es):
    • Date
    • Thread