0

First letter upper case

Hello, how can I have all the first letters in upper case.

For example, if I write "hello Everybody, HOW are you"

I would like to have "Hello Everybody, How Are You".

Thanks in advance for your help.

6 replies

null
    • Birger_H
    • 5 yrs ago
    • Reported - view

    User this function:

    –––
    let myT := 'Text field';
    'Text field' := capitalize(myT)
    –––

    Birger

    • Birger_H
    • 5 yrs ago
    • Reported - view

    ... to get all caps use this:

    –––
    let myT := 'Text field';
    'Text field' := upper(myT)
    –––

    Birger

    • dwillox
    • 5 yrs ago
    • Reported - view

    Yes, it work's!

    Thanks for your quick help :-)

    • Dr_HH
    • 3 yrs ago
    • Reported - view

    Needed this  copied  it  ..works  Thank u

    • manuelorduno
    • 3 yrs ago
    • Reported - view

    Just the solution I was searching for.....Thank you!

    • englishatnoil
    • 3 yrs ago
    • Reported - view

    Thanks , i just use this 

Content aside

  • 3 yrs agoLast active
  • 6Replies
  • 2771Views