"mytext" --> return mytext without ""

hi There,

This isn’t working:

set theValue to “all caps”
set capitalization to theValue

In InDesign i need theValue to “appear” without the “” , like this:
capitalization:all caps

The event log shows the following:
capitalization:“all caps”

Hope it makes sense…
Can somebody tell me the magic trick :slight_smile:

Thanks,

Steven

What version of ID? It looks like whatever you’ve typed is not coercing to a valid capitalization value. Could there be a typo? Try setting some text to all caps and getting properties (basically the reverse of what you want to do) and then look and see what it has for the value.