Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I find/chagne space %?

Advisor ,
Aug 21, 2020 Aug 21, 2020

I'm using the FindChangeByList script that comes with Indesign but it wont find the "Space" %. Maybe i need to use Grep? Here's what i'm using.

text	{findWhat:" %"}	{changeTo:"%"}	{caseSensitive:true, wholeWord:true}
TOPICS
Scripting
278
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 21, 2020 Aug 21, 2020

The issue seems to be with the wholeWord argument, make it false and try

-Manan

Translate
Community Expert ,
Aug 21, 2020 Aug 21, 2020
LATEST

The issue seems to be with the wholeWord argument, make it false and try

-Manan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines