I have placed this question in another post but maybe it was in the wrong place.
I imported some fields from another database and my memo field displays some caracters like <div>_____</div>. Also there are some strings ending by <br> and others.
I know that chr(13) and chr(10) means carriage return and line feed but do not know how to work with <div> and others.
my query is:
ChangeStr([MyField];Car$(11);Car$(13) & Car$(10);1)
Could you pls help me on this?
Tks a lot...
NeideB
I imported some fields from another database and my memo field displays some caracters like <div>_____</div>. Also there are some strings ending by <br> and others.
I know that chr(13) and chr(10) means carriage return and line feed but do not know how to work with <div> and others.
my query is:
ChangeStr([MyField];Car$(11);Car$(13) & Car$(10);1)
Could you pls help me on this?
Tks a lot...
NeideB