[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] wrap - bold in middle
Hello all,
I want to print this:
This <b>is</b> a test. (I want "is" to be bold)
I tried this:
<code>
encode '<27>(s3B' into $bold
enocde '<27>(s0B' into $unbold
let $line1 = 'This ' || $bold || 'is ' || $unbold || 'a test.'
print $line1 (1,1,0) wrap 17 2
</code>
And here's my problem. The wrap logic is counting the control characters
when breaking to the next line. i.e. this statement will show up on 2 lines
instead of 1. Anyone know how to do this?
Thanks,
Ben Anderson
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users