forum-msg-id-128473-edit
Original date:2015-08-09 07:26:20 Edited by: ChrisB Subject: 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) s[i] = "stuff" end for
and
for i = 1 to length(seqx) do for j = 1 to length(seqy) do seqx[i] = seqy[i] end for end for
Cheers Chris
Not Categorized, Please Help
|