Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Convert a number (taken from a slider) into a text with it’s binary representation

  • Dan Ebberts

    February 5, 2017 at 4:44 pm

    One way:

    n = effect(“Slider Control”)(“Slider”).value;
    n.toString(2)

    Dan

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