Re: sequence question
> Ok, why can't i do this:
>
> Syntax error - expected to see possibly 'end', not '['
> theword[loop] = {'e','e','e','e','e','E','E','E','E'}[loop]
I assume you can't add [#] to the end of a sequence. But it doesn't
make sense to me... the one below makes more sense, Kat...
> array = {'e','e','e','e','e','E','E','E','E'}
> theword[loop] = array[loop]
>
> it's ok.
Yeah, makes sense, makes sense... {} isn't considered a
procedure, perhaps?
--"LEVIATHAN"
|
Not Categorized, Please Help
|
|