[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: easylang. help



PureBytes Links

Trading Reference Links

> for n[0] = 0 to 5 begin

Hmmm, I'm not sure that's legal. I've always used a var rather than an
array slot for the counter. Then, if necessary, set your array value
inside the loop rather than as part of the counter.

for count = 0 to 5 begin

-- 
  Dennis