Re: sequence question
- Posted by LEVIATHAN <leviathan at uswest.net> Feb 02, 2001
- 512 views
> 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"