[futurebasic] Re: [FB][FB^3] Garbled string value at fn entry

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2000 : Group Archive : Group : All Groups

From: Derek Smith <dereksmi@...>
Date: Fri, 7 Apr 2000 18:37:05 -1000
On Fri, 7 Apr 2000, Dr. Steven J. Stratford wrote:

> When this function is called
> 
> LOCAL FN Header(hdl&, which%, type$, loc$, list&, expires$)


Try defining it at CLEAR LOCAL FN, and before sending a string to this
function, verify its contents with the debugger.  Might be a symptom of
memory overwriting somewhere else.

-D