local function ShowVar(name, var) if Testing then nwcut.warn(name.." ==> ", var, "\n") end -- if end -- ShowVar local line = item:__tostring() ShowVar("line", line) local durs = item.Opts.Dur ShowVar("#durs",#durs) for i = 1 , #durs do ShowVar("dur"..i , durs[i]) end -- for