Hello,
I need to add a symbol at the end of each line (paragraph) in the line. I know how to add a symbol to the end of each line, but sometimes it happens that a given line consists of several lines (paragraphs) - separated by the text wrap tool. I will just add that each line can have a maximum of 60 words.
I tried to make a function that inserts a given character after 60 words, but I don't want a given character to split a word in half.
Sample text of one line:
Wash your hands with soap
After washing, wipe your hands clean
they dry.
I want the line to look like this after formatting
Wash your hands with soap * /
After washing your hands, wipe your hands so that they are * /
they are dry * /
I will be very grateful for your help.
I need to add a symbol at the end of each line (paragraph) in the line. I know how to add a symbol to the end of each line, but sometimes it happens that a given line consists of several lines (paragraphs) - separated by the text wrap tool. I will just add that each line can have a maximum of 60 words.
I tried to make a function that inserts a given character after 60 words, but I don't want a given character to split a word in half.
Sample text of one line:
Wash your hands with soap
After washing, wipe your hands clean
they dry.
I want the line to look like this after formatting
Wash your hands with soap * /
After washing your hands, wipe your hands so that they are * /
they are dry * /
I will be very grateful for your help.