Alaska Software Inc. - re : Pound Sign and Char 194
Username: Password:
AuthorTopic: re : Pound Sign and Char 194
Chris Palmerre : Pound Sign and Char 194
on Wed, 29 Mar 2023 16:16:48 +0200
Hello, strange problem, I have the following sample code in 2 separate PRG 
files.  Running it in one of the functions produces the pound sign, in the 
other file it adds chr(194) before the pound sign !!!

I've simplified it down to this code, EXACTLY the same in both PRGs, copied 
and pasted

Any ideas - it makes no sense at all
Thanks
Chris


FUNCTION TestFunction01() 
    set alternate to ("c:\temp\test01.csv")
    set alternate on
    set console off  

    ?
    ? "£"
    ?
	
    set alternate to
    set alternate off
    set console on

    return .t.