Aaargh! Blasted html-format 'intelligent' emails!
Replace the [ and the ] with normal tag angle-brackets...
 
 
Hi Jim:

I'd try using the htmlText as  the variable...

put fld tFld into tHTML
repeat for each line L in  tHTML
add 1 to n
if [condition] then next repeat
replace "[p]" with "[p][b]" in line n of tHTML
replace "[/p]" with  "[/b][/p]" in line n of tHTML
end repeat
set the htmlText of fld tFld to  tHTML

Is there a speed improvement using this approach?

/H
 
Hugh  Senior
The Flexible Learning Company
Web: _www.FlexibleLearning.com_ (http://www.flexiblelearning.com/) 
E: [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) 
T/F:  +44(0)1483.27 87 27
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to