Terminal Posted May 22, 2023 Share Posted May 22, 2023 (edited) When using Variables in the List Filter descriptions, the proceeding text is truncated. Here you can see I have a variable of length that I am injecting into the Subtitle. You can see when I trigger it, KEYS is cut out of the subtitle. s Edited May 22, 2023 by Terminal Link to comment
vitor Posted May 22, 2023 Share Posted May 22, 2023 What’s probably happening is that your variable has a newline at the end. So it’s not truncating the text, it’s sending it to the next line. If that’s the case, either trim it beforehand or do {var:length.trim}. Link to comment
Terminal Posted May 22, 2023 Author Share Posted May 22, 2023 2 hours ago, vitor said: What’s probably happening is that your variable has a newline at the end. So it’s not truncating the text, it’s sending it to the next line. If that’s the case, either trim it beforehand or do {var:length.trim}. Oh you know what, you are right. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now