Get Macro name

BECOME PART OF THE COMMUNITY - Sign up here
  • Hi,

    i'm working on a plugin ( but i'm not familiar with coding ) and i need to get the name of a range of macros ( 4001 thru 4065 ) and put them on table.

    Maybe some of you have a clue ?


    I try to fill automaticly the message box case with it.


    Thank's

  • This code prints the macro numbers and names to the commandline history...


    Code
    return function()
        local macros=DataPool().Macros:Children()
        for _,macro in ipairs(macros) do
            Printf('no:%d, name:%s3',macro.no,macro.name)
        end
    end

Participate now!

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