<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Is there anyway to place a print (ie. 12 point type, 16.6 condensed,
bold on, bold off etc.) inside a variable.<br>
<br>
I have tried this:<br>
b=chr("27"){chr("40"){chr("115"){chr("51"){chr("66"){""<br>
c=chr("27"){chr("40"){chr("115"){chr("48"){chr("66"){""<br>
<br>
xa="this date:"<b<done_date<c<"and this
time:"<b<done_time<c{"."<br>
<br>
when the form prints, I get<br>
<br>
this date: <b>06/02/2004</b> and this time:<br>
<br>
If I set the bold at the beginning of the l;ine and the bold-off at the
end of the line I get:<br>
xa=b&"this date:"<done_date<"and this
time:"<done_time{"."<c<br>
<br>
<b>this date: 06/02/2004 and this time: 10:30am<br>
</b><br>
Perhaps there is a better way, that works?<br>
<br>
What would the string be to turn on 12 point type and turn on condense
type (16.6/17)?<br>
<br>
Thanks,<br>
<br>
Richard D. Williams<br>
</body>
</html>