1. Bit of light relief

What's the most annoying syntax or programming error that you keep doing again and again? Here's a couple of mine

for i = 1 to length(sequence)       --where's the dodo 
     s[i] = "stuff" 
end for 

and

for i = 1 to length(seqx) do 
     for j = 1 to length(seqy) do 
         seqx[i] = seqy[i]          --keep wondering why get sequence length read errors? 
     end for 
end for 

Cheers Chris

new topic     » topic index » view message » categorize

2. Re: Bit of light relief

ChrisB said...

What's the most annoying syntax or programming error that you keep doing again and again? Here's a couple of mine

for i = 1 to length(sequence)       --where's the dodo 
     s[i] = "stuff" 
end for 

Cheers Chris

Seems to bring back the case for optional then-do !

http://openeuphoria.org/forum/m/71606.wc

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu