Re: Create a folder with today's date as the folder name
Re: Create a folder with today's date as the folder name
- Subject: Re: Create a folder with today's date as the folder name
- From: "Serge Belleudy-d'Espinose" <email@hidden>
- Date: Mon, 11 Feb 2002 15:35:32 +0100
At 9:11 -0500 11/02/02, Arthur J Knapp wrote:
This is also not beautiful, but there are a few milliseconds to be
saved by using "if, else if" rather than a series of "if"s.
This is strange at most because I've seen the other way come true for
different projects. My guess is that, by using
if condition 1 then return value 1
if condition 2 then return value 2
...
you never get to evaluate conditions 2 and upper if condition 1 is
true so you save a few ticks.
Serge
--
\\//\//\// Serge Belleudy-d'Espinose Institut Jacques Monod - Jussieu
// // //
http://www.ijm.jussieu.fr/ Universites Paris VI, VII - CNRS
//\//\//\\
_______________________________________________
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.