top of page
- API -

digitNum = reaper.AZ_FormatNumDigit(num,digit)

- API Detail -

▼入力値 

projID(ReaProject):プロジェクトID

itemID(integer) : メディアアイテムID

cmdID(integer) :  アクションコマンドID


- SIMPLE SCRIPT -

function Msg(param)

   reaper.ShowConsoleMsg(tostring(param).."\n")

end


reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)

NUMBER

AZ_FormatNumDigit

対応バージョン:

1.0.3

以降

指定数字の指定桁数を出力

bottom of page