Hello,
I've got a problem in Opus Professional XE. I've got string (all lowercase) from which I want only the first letter to be capitalized and the rest lowercase.
Hope that there would be a ucfirst() option, but can't find that .
Already tried with combinations like string.charAt(0).toUpperCase()' and then string.CharFromPoint(1,9).toLowerCase()' and try to combine these results together. But was wondering if there is a simple solution to do this.
Hope someone has got a solution, would help me alot !
Thanks in advance !
Sven
ps : hope I didn't miss a function like this in the help file