This thread is getting too long.

Can you please create new threads for new topics?

On Fri, 1 May 2020 16:27:46 +0700
Ryan Joseph via fpc-pascal <fpc-pascal@lists.freepascal.org> wrote:

> Ok, got things working now. Here's the basic pattern I'm using. I
> call explore and then walk the root tree node to find what I need but
> i've noticed the 2nd time I do this I get less results than the first
> time! What is happening?

What are you doing between calls of Explore?

> I assume it's caching something but do I
> need to reference the cache myself?
> 
>   Code := CodeToolBoss.LoadFile(Path,false,false);
>   if not CodeToolBoss.Explore(Code,Tool,false,false) then
>     exit;
>   WalkTree(Tool.Tree.Root);

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to