Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Leave notes that get ignored in expression field

  • Leave notes that get ignored in expression field

    Posted by Christian Simpson on April 20, 2023 at 7:33 pm

    Hey I have searched high and low and I was wondering if there was a way to write text in the expression field that gets ignored and serves only as a notes for myself?

    Thanks

    Christian Simpson replied 5 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    April 20, 2023 at 7:46 pm

    The expression engine will ignore JavaScript comments, so for single-line comments,

    any text between // and the end of the line will be ignored.

    Also, any block of text between /* and */ will be ignored,

    /*
    so this would
    be a comment
    */
    // as would this
  • Christian Simpson

    April 20, 2023 at 8:49 pm

    Thank you very much.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy