Date:  08/04/2003 03:23:10 PM Msg ID:  001570
From:  FoxWeb Support Thread:  001569
Subject:  Re: Mergetxt() question
In my experience, FoxWeb will use the internal function, but I'm not 100% sure that this is the case in all situations.  FoxWeb is written in VFP, so the question applies to any VFP executable.  My recommendation is to rename your function to something other than MergeTxt, which will remove any uncertainty.

FoxWeb Support Team
support@foxweb.com email

Sent by Joe Cosby on 08/04/2003 12:31:25 PM:
I inherited this code base, so forgive me if this is a dumb question ...
 
In our code base, we have a Mergetxt() function which was written by previous programmers.  It is in the same path as the Foxpro scripts which run our service.
 
If I call Mergetxt() from Foxweb, is it going to call an internal version of Mergetxt(), or our version?
 
It appears that Foxweb calls an internal version of Mergetxt(), I just wanted to clarify this.