Is there a way to set dynamic text to all uppercase?

Is there a way to set dynamic text to all uppercase?

]]>
« (Previous Post)

4 Commentsto Is there a way to set dynamic text to all uppercase?

  1. Anonymous says:

    < ![CDATA[

    Not from dynamic text, but yes from bindings in some cases.


    Which dynamic text do you want to make uppercase?

    ]]>

  2. Anonymous says:

    < ![CDATA[

    I wanted to make the month all in uppercase. Haven’t had the time to learn bindings just yet. 

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Set this In the label property of a text item (NOT a dynamic text, a normal text item)



    $ll_month_name.toUpperCase()

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Worked. Thanks! I’ll experiment more on bindings when I get the chance.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *