Skip to main content
Participant
September 6, 2021
Question

How do i fix this (could turn result into numeric value)

  • September 6, 2021
  • 1 reply
  • 125 views

I saw it works in a video on youtube

This topic has been closed for replies.

1 reply

Mylenium
Legend
September 6, 2021

There is no such thing as "thisLayer.numLayers". It's "thisComp.numLayers" and you might want to avoid extraneaous spaces in your code.

 

Mylenium