Char quote in data dictionnary
Hello
My application use data dictionary.
My code is like :
Thanks for any Help
My application use data dictionary.
My code is like :
    Dictionary.Variables['CL_NAME']:=''''+CL_NAME+'''';
All is OK but when there is the quote : ' char (like CL_NAME='a''e' I have an error when I run the report :
An error occured during calculation [CL_NAME]..Indefinde symbol 'E'.
Thanks for any Help