Output in Capital Letters

Discussion, questions and support.
Post Reply
ped
Posts: 11
Joined: Sep 11th, ’22, 10:58

Post by ped » Sep 12th, ’22, 10:16

How is it possible -- if at all possible -- to output the user input in capital letters, for example?

Code: Select all

User Input: bmw ---> Output: BMW
Here in pseudo-code where UPCASE() is a function:

Code: Select all

UPCASE(%INPUT_ACRONYM%)
User avatar
Marko
Posts: 1718
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Sep 12th, ’22, 10:35

Check "Output format" macro options.
ped
Posts: 11
Joined: Sep 11th, ’22, 10:58

Post by ped » Sep 12th, ’22, 11:10

I had some difficulty understanding exactly what you meant, but somehow I figured it out.

Here for other users who may have the same problem:

Image

Thank you very much for your quick help.
Post Reply