Hello,
In TestSay2.prg i changed
@ 2, 2 SAY oSay PROMPT "Test"
in
@ 2, 2 SAY oSay PROMPT "Test & Test"
The appersand (&) is not showed.
I remember that in xbrowse we had to change a line in Defstyle :
nStyle := nOr( DT_MODIFYSTRING, DT_EDITCONTROL, DT_NOPREFIX )
I tryed this on a say object without succes.
Frank