Re: strange error
- Posted by James Powell <wizard at DJO.COM> Jun 28, 1997
- 735 views
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 ) James P.