TIB: Re: Re: Re:GetKey


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

TIB: Re: Re: Re:GetKey




Hey, it's me again,

I forgot to mention that the best idea is probably to try to avoid
goto statements completely, Try to stick with if/then/else/end even if
you have to write the same code 2 or 3 times. Makes the prog bigger,
but more importantly, FASTER and simpler.

Philipp Keller


>Memory error, that means that you are either:
>
>1-Using a subprogram over and over and over again, without returning
>each time.
>
>2-Using a loop with a goto in it, such as:

<snip snip snip>