Re: strange error

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

At 03:26 AM 6/28/97 -0500, you wrote:

>         for iBufPos = 1 to length(iBuffer)
> .......

>         end for
>iBufPos and FoundAt are atoms

>Attempt to redifine iBufPos
>       FoundAt = find(iBuffer[iBufPos], Chars)
>             ^
The variable used to loop thru the 'for' statement
   cannot not be previously defined.
   For example:

integer a
for a = 1 to 10 do
 -- code
end for

  generates the same error message as you are receiving
--dae at paclink.com--

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

Search



Quick Links

User menu

Not signed in.

Misc Menu