IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#32982 - 06/11/10 07:41 AM 'PROPER' function is not conventional
Peter Hebbinckuys Offline
OL Newbie

Registered: 05/26/10
Posts: 6
Loc: Sint-Niklaas, Belgium
The text function 'Proper' does not return a conventional result (in comparison with other software like MS Excel.

When two words are separated with a dash like:

LOUIS-MICHEL

Proper returns:

Louis-michel

Where it should be:

Louis-Michel

Does anyone agree with me? Should we request this to change?
Is there a page on the objectif lune website where we can post wishes?

Top
#32983 - 06/11/10 08:13 AM Re: 'PROPER' function is not conventional
Sander vd Berg Offline
OL Expert

Registered: 06/10/08
Posts: 207
Loc: Objectif Lune NL
That sounds reasonable, I'll see what we can do.

I don't think there's a page on the OL site, but you could post in the Feedback & Feature Requests forum: http://www.objectiflune.com/cgi-bin/ultimatebb.cgi?ubb=forum;f=103

Top
#32984 - 06/11/10 09:40 AM Re: 'PROPER' function is not conventional
Anonymous
Unregistered


Hi,

As a workaround, you could use an expression like:

REPLACE(PROPER(REPLACE("louis-michel","-"," "))," ","-")

1. Replace "-" by " "
2. Apply the proper function
3. Replace " " by "-"

Of course this expression assumes that the name parameter will initially not contain any blank space (otherwise they would all be replaced by "-" in step 3).

Hope this helps!


Benoit

Top
#32985 - 07/29/10 10:19 AM Re: 'PROPER' function is not conventional
Peter Hebbinckuys Offline
OL Newbie

Registered: 05/26/10
Posts: 6
Loc: Sint-Niklaas, Belgium
I just read your replies. The objectif lune mails don't come thru anymore (probably our spam filter. I'll check it.)

Thanks for the help.

Top