OK,
I have a string #body#. I know this string has an image tage at the begining. The length of the tag is variable #vCount.len[1]#. Using the replace function all I want to do is place a <BR> at the end so the text following the image tag will appear under the image instead of above. Here is the syntax I have so far:
body1=Replace(#body#,'Left(body,#vCount.len[1]#)','left(body,#vCount.len[1]#)<BR>',"ONE"
;
It passes without errors but does not produce desired result.
Thanks,
The only dumb questions are the ones that are never asked
I have a string #body#. I know this string has an image tage at the begining. The length of the tag is variable #vCount.len[1]#. Using the replace function all I want to do is place a <BR> at the end so the text following the image tag will appear under the image instead of above. Here is the syntax I have so far:
body1=Replace(#body#,'Left(body,#vCount.len[1]#)','left(body,#vCount.len[1]#)<BR>',"ONE"

It passes without errors but does not produce desired result.
Thanks,
The only dumb questions are the ones that are never asked