Parsing data back from I-series passing hard return <br>

We are currently accessing our I-series straight from a domino agent, within this domino agent, we have a result field (LCFieldList). I programattically create a table based on the information that is in the result set. Each row, creating a new , and each cell creating a new .

When I see the result set on the web the table rows seem to be off. When I look into the source code, I see in the columns that look off, a
tag, where I do not programmatically create one at all. I call the stored procedure again, and the columns get messed up in a different spot. It isn’t the data passing back a character of any sort. It seems to be totally random and will move from columns, to rows indiscriminately.

Has anyone seen this type of thing happen before? Your assistance is appreciated.

Subject: Parsing data back from I-series passing hard return

The problem was I had the brackets for every outputted line I was generating, instead of the left bracket at the beginning and saving the right bracket until the end.