text conversion

Hi,

I load a grid from XML. The cell text is CDATA Taged so a text like “H&S Report” is correct shown.

If I get the text with mydocgrid.cells(id,2).getValue() I get back “H&S Report”. How to convert this back (for all possible converted chars).

Greetings

Found the problem “rotxt” instead of “ro” as cell type is the solution.