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

Expression error : Unterminated string constant

Explorer ,
Jul 17, 2017 Jul 17, 2017

Hi,

All is in the title 🙂

I follow a motion designer JR. Canest. He give to everyone a bunch of expression for AE.

I tried one, and I have this error message. I tried the others and it's the same problem.

Here is my expression I want to try :

"s = [];

ps = parent.transform.scale.value;

for (i = 0; i < ps.length; i++){

s = value*100/ps;

}

s"

And I get this message :

This project contains an expression error : error 1 of 1

Error at line 1 in proprety "Scale" of layer 2 ('Layer 15') in comp 'Bubble_Grid'. Unterminated string constant., an expression was disabled as a result of an error.

Thank you very much for your help ! 🙂

3.2K
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

LEGEND , Jul 17, 2017 Jul 17, 2017

Use it without the quotation marks.

Mylenium

Translate
LEGEND ,
Jul 17, 2017 Jul 17, 2017

Use it without the quotation marks.

Mylenium

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
Community Beginner ,
Jan 07, 2023 Jan 07, 2023
LATEST

Legend!

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
Explorer ,
Jul 17, 2017 Jul 17, 2017

oyayayaya ahah, So simple, thank you very much Mylenium !

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