Re: strange error

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

EU>>         for iBufPos = 1 to length(iBuffer)
EU>> .......
EU>>         end for
EU>>iBufPos and FoundAt are atoms
EU>>Attempt to redifine iBufPos
EU>>       FoundAt = find(iBuffer[iBufPos], Chars)
EU>>             ^
EU>The variable used to loop thru the 'for' statement
EU>   cannot not be previously defined.
EU>   For example:
EU>integer a
EU>for a = 1 to 10 do
EU> -- code
EU>end for
EU>  generates the same error message as you are receiving
EU>--dae at paclink.com--
Thanks, I'll try to remember that!  (BTW, I saw the answer in the manual
about 5 mins after I sent my help request...  just one more reason to
RTFM I guess blink  )
James P.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu