Re: Re: Repeat With question (newbie level)
Re: Re: Repeat With question (newbie level)
- Subject: Re: Re: Repeat With question (newbie level)
- From: Michelle Steiner <email@hidden>
- Date: Wed, 14 Feb 2001 19:41:28 -0800
On 2/14/01 6:11 PM, Michelle Steiner <email@hidden> wrote:
>
This is true, but I don't understand why. Look at this:
(wrong code deleted)
Argh! That's not the code I ran; I copied from the wrong window. This
is what it was:
set alphaList to {"a", "b", "c"}
repeat with aLetter in alphaList
log aLetter as string = aLetter
log class of aLetter
end repeat
>
The log is
>
>
(*false*)
>
(*string*)
>
(*false*)
>
(*string*)
>
(*false*)
>
(*string*)
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spirtual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------