[Gambas-user] Display & character on Message box

Benoît Minisini gambas at ...1...
Sun Nov 14 12:06:23 CET 2010


> On gambas2-2.21-svn3289
> 
> Message.Info("&")
> 
> is not working!
> 
> Message is empty.
> 

Mmm. Maybe now Qt interprets it as pure HTML, or a text mnenomic...

Try:

	Message.Info("&&")

And:

	Message.Info("&")

Regards,

-- 
Benoît Minisini




More information about the User mailing list