Page 2 of 2

Re: Suggestion: New string function

Posted: Tue Feb 11, 2014 9:49 am
by hugo
OK, thank you for the clarification.

This is not a stopper at all, I just wanted to know if I'm doing something wrong.
I'll try the new release.

Thank you very much for your work,
Hugo.

Re: Suggestion: New string function

Posted: Tue Feb 11, 2014 10:05 am
by HighAley
Hello.

Sorry for this inconvenience.
We will do all that it does not happen again.

Thank you.

Re: Suggestion: New string function

Posted: Sun Feb 16, 2014 11:12 am
by hugo
Hello,

I already tried the new release.
I tested in a simple Text element with the following expression: {MonthName(Today, 'PT-PT')} (I also tryed several variants like 'pt-PT', etc ...)

I got the following error in the preview: Text1 Parser error: The name 'PT' does not exist in the current context.

Sure that I'm doing something wrong with the culture. What is the right way to achieve this ?


Thanks,
Hugo.

Re: Suggestion: New string function

Posted: Mon Feb 17, 2014 10:37 am
by Alex K.
Hello,

Please try to use the following expression:

Code: Select all

{MonthName(Today, "PT-PT")}
Thank you.

Re: Suggestion: New string function

Posted: Tue Feb 18, 2014 9:47 pm
by hugo
It works.

Thanks.

Re: Suggestion: New string function

Posted: Wed Feb 19, 2014 3:40 am
by Andrew
Hello, Hugo.

Excellent!