I am having a problem using a string from the res file
If I set the string in code it seems to work OK
If I load it from the Local resourse XML file then for some reason it has to have quotes round it in the XML file to appear ( I then have to remove them from the string I am building in my code
I have tried using the htmldecode function on the string but this doesnt seem to change things
If I have also tried to save it to a database field in my code but this doesnt help either
But if I read it from that field and update it - even though there are no changes to the data then it behaves as expected
Is there something I should know about the setting in the resourse file???