Jari, the FCMeasureNumberRegion iterator seems to not work... it never enters the callback. Code snippet: function callback(m) print("callback entered") --doesn't happen end local iterator = finale.FCLuaIterator() iterator:ForEachObject(finale.FCID_MEASURENUMBERREGION,callback) Jan