Command line : copy sequence 1 thru 10 at ... (search empty buttons)

BECOME PART OF THE COMMUNITY - Sign up here
  • I found it with lua


    ```lua
    local function main()

        local der=0
        for i=1,100,1
        do
           if DataPool().Timecodes[i] then
                der=i
            end
        end
                Printf((der+1))
    end

    return

    ```lua

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!