put "<p><b>" & L & "</b></p>" & cr after changedData -- bold text
Cheers, Sarah
On 26 Oct 2004, at 3:25 am, Mark Smith wrote:
Or to avoid having to count up to n every time:
put fld tFld into tData repeat for each line L in tData if [condition] then put "<p>" & L & "</p>" & cr after changedData -- plain text else put "<p><b>" & L & "</p></b>" & cr after changedData -- bold text end if end repeat delete last char of changedData ---lose trailing cr set the htmlText of fld tFld to changedData
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
