Date: Tue, 11 Apr 2000 13:40:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: VBE question In-Reply-To: <10920e52.23423d9c@usw-ex0102-013.remarq.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Apr 2000, batchex wrote: > Thanks for the clarification. Now I must change my functions to > use FS instead of GS. To be *absolutely* accurate, the only two library functions which do touch FS are _farsetsel and the _farpoke* family. Other library functions never call these two, so if your application doesn't use them, FS will stay put.