SDB.MessageBox can't display '&'

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: SDB.MessageBox can't display '&'

Re: SDB.MessageBox can't display '&'

by Bex » Sun Mar 15, 2009 10:48 am

Re: SDB.MessageBox can't display '&'

by Bex » Sun Mar 15, 2009 10:42 am

Yes, it's rather annoying. I replace all '&' with 'and' before I display the text in a SDB.MessageBox.

SDB.MessageBox can't display '&'

by onenonymous » Sun Mar 15, 2009 10:38 am

The SDB.MessageBox function doesn't display the ampersand (&) character. I tried both using the & as well as Chr(38) - neither work. The same string passed to vbscript's MsgBox function displays them correctly.

Top