Subject html tags with dbase coding
From Charlie <tn@tc.com>
Date Sat, 03 Apr 2021 13:00:52 -0400
Newsgroups dbase.getting-started

Hi..  I am working with this code:

replace desc with '"'+trim(master->au_desc) + '' + trim(text2)+'"'

It works fine as above.

au-desc comes from a dbase character field.  text2 is a text string.

I am trying to insert <b></b> bold tags around au_desc with no luck.  I have tried several combinations but either get an expecting logical error or expecting memo.  

Any suggestions how I can fix this?  Perplexing as it doesn't seem that complicated.  I can display additional info if needed.   Thanks for any suggestions.