Page 1 of 1

Using apostrophe and function together

Posted: Thu Jul 04, 2013 7:39 am
by petr.pavlis
Hello,

I have a problem with evaluation this expression in my report:

Code: Select all

Value: '{Trim("aaa   ")}'
In this case I get error:
The error of compilation is found in the 'Report' report:
The name 'Trim' does not exist in the current context


Problem is connected with using of apostrophe and function together.

Is there any escape sequence? Can you help me?

Thank you.

Re: Using apostrophe and function together

Posted: Thu Jul 04, 2013 8:34 am
by Alex K.
Hello,

Please try to use the following code:

Code: Select all

Value: '{Stimulsoft.Report.Dictionary.StiFunctionsStrings.Trim("aaa   ")}'
Thank you.