Hello:
I need to xp_sendmail to my alpha beeper. The body of the message
requires several lines separated by a carriage return. The syntax:
xp_sendmail 'me','BEEPME:' & Char(013) & 'Subject etc....'
fails because of the &
if I make a string with :'BEEPME: char(013) Subject etc....' it does not
insert a carriage return
Any suggestions
Thanks
--