Danceman, just one more thing. The bold now works when the output is sent to Pegasus Mail, however when I forward the email to my AOL account or to Outlook, the text is not bolded. Also the format of the text is different. There are breaks or blank lines where there should not be. I wanted an standard format no matter what email is used to open the message. When using Pegasus the format is exactly the way it should be and it's bolded. Here is some of the code again: Thanks for any help
=fwrite(handle1,"{\stylesheet{\fs20\cf2\cb1 Normal;}{\cs1\cf2\cb1 Default Paragraph Font;}}"

=fwrite(handle1,chr(13)+chr(10))
=fwrite(handle1,"\paperw12240\paperh15840\margl2919\margr2919\margt1440\margb1440\headery720\footery720\deftab680\formshade\aendnotes\aftnnrlc\pgbrdrhead\pgbrdrfoot"

=fwrite(handle1,chr(13)+chr(10))
=fwrite(handle1,"\sectd\pgwsxn12240\pghsxn15840\marglsxn2919\margrsxn2919\margtsxn1440\margbsxn1440\headery720\footery720\sbkpage\pgncont\pgndec"

=fwrite(handle1,chr(13)+chr(10))
=fwrite(handle1,"Attached is your "+thistitle+" "+filetype+" file for the week of "+isdate1+".\par\par"

=fwrite(handle1,"\par \par Regards, \par \par Chantay Jones\par IT Manager\par NewsRx \plain\plain\f1\fs20\lang1033\f1 \par\par "

=fwrite(handle1,"\rtf\rtf\f1\fs20\lang1033\f1\b IT IS UNLAWFUL TO EMAIL THIS ISSUE OR AN ARTICLE TO ANYONE, TO PUT ALL OR PART OF THIS ISSUE ON YOUR INTRANET OR ON THE WEB, OR TO RE-DISTRIBUTE EMAIL OR"
=fwrite(handle1,"\par PRINTED COPIES OF ANY PART OF ANY ISSUE. CONTACT SUSAN HASTY, PUBLISHER, NEWSRX, FOR LICENSE PRICING FOR REDISTRIBUTION OF THIS CONTENT."
=fwrite(handle1,"\par EMAIL HER AT SUSAN NEWSRX.COM IF YOU KNOW OF SOMEONE UNLAWFULLY DISTRIBUTING THIS CONTENT INSIDE OR OUTSIDE YOUR ORGANIZATION. \rtf\rtf\f1\fs20\lang1033\f1\b \par\par"

)
=fwrite(handle1,"\rtf\rtf\f1\fs20\lang1033\f1\b Copyright 2003 NewsRx. All rights reserved. This information shall not, in whole or in part, be redistributed, reproduced, or put into a computer without prior written permission."
=fwrite(handle1,"\Possession or distribution of an illegal of all or part of this information -even for internal use- is PROHIBITED BY LAW (17 U.S.C. 504) and will result in civil or crimminal prosecution."
=fwrite(handle1,"Report offenses to the publisher. \rtf\rtf\f1\fs20\lang1033\f1\b \par"

=fclose(handle1)