I am stuck with a problem here in trying to manipulate a string in C. What
I need to do is replace any occurance of "<" or ">" characters with "[["
and "]]" respectively. This is a piece of cake to do in VB or in Perl but
I haven't a clue how to do this in C. Please, please can anyone help me
here?

An example would be: <b>Welcome to my World.</b><i>Time to start</i>
would
end up looking like: []Welcome to my World.[][]Time to start[]

Sue