Re: sequence question

new topic     » goto parent     » topic index » view thread      » older message » newer message

> 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"

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu