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

how to make range selector recognize last word (counting from back to front)

New Here ,
Apr 19, 2022 Apr 19, 2022

Copy link to clipboard

Copied

Hi there!

I need to invert the range selector counting, I mean that it starts from the end independently of the number of words in the text.
is there any way to do this? I suppose it has to count the number of words and make a calculation.
thanks

TOPICS
Expressions , How to

Views

154

Translate

Translate

Report

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

LEGEND , Apr 19, 2022 Apr 19, 2022

You can simply set the selector mode to Words and absolute index. Then it's as trivial as applying an expression selector and changing the formula to

 

selectorValue * (textIndex-(textTotal-1))

 

Mylenium

Votes

Translate

Translate
LEGEND ,
Apr 19, 2022 Apr 19, 2022

Copy link to clipboard

Copied

You can simply set the selector mode to Words and absolute index. Then it's as trivial as applying an expression selector and changing the formula to

 

selectorValue * (textIndex-(textTotal-1))

 

Mylenium

Votes

Translate

Translate

Report

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
New Here ,
Apr 19, 2022 Apr 19, 2022

Copy link to clipboard

Copied

LATEST

it works perfectly, thank you very much! 

Votes

Translate

Translate

Report

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