-
Source text issue with new AE javascript
Ok, in the past I’ve been able to add a dynamic number plus a string in the same line of a source text attribute. Something like this:
effect("Slider Control")("Slider")+" seconds"And I’ll get the number and the word “seconds” together as one output.
But now, with the latest AE update and their adjustments to javascript, this doesn’t seem to work anymore. If I try this, I get a syntax error stating that it’s expecting a semicolon after …(“Slider”). The output produces “NaN”. What am I doing wrong here now?