Re: Coordinating lists
Re: Coordinating lists
- Subject: Re: Coordinating lists
- From: Andy Wylie <email@hidden>
- Date: Wed, 03 Apr 2002 20:41:08 +1200
upon a time Mr Tea & others wrote:
>
"You chose " & theItem & ", Item " & theNum & ", Code " &
>
theCode) as string
-- "&" can be a big fat slug...
set myTime to {}
repeat 10 times
chrono
repeat 10000 times
{"You chose ", theItem, ", Item ", theNum, ", Code ", theCode} as
string
end repeat
set v1 to chrono
chrono
repeat 10000 times
("You chose " & theItem & ", Item " & theNum & ", Code " & theCode)
as string
end repeat
set v2 to chrono
set myTime's end to {v1, v2}
end repeat
myTime
-- {{0.916666686535, 2.816666603088}, {1.049999952316, 3.933333396912},
{1.25, 3.91666674614}, {0.983333349228, 2.633333444595}, {1.100000023842,
2.566666603088}, {0.983333349228, 2.566666603088}, {1.25, 3.799999952316},
{0.983333349228, 2.566666603088}, {1.16666662693, 2.66666674614},
{1.16666662693, 2.599999904633}}
_____________________________ Andy
_______________________________________________
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.