I made a function that calculates time spent doing something. I have different fields for different days of the week. But they all have the same name since the function uses those names. What I want to know is there any way to make an output from monday to go into array['monday'] and output of the function for tuesday go into array['tuesday'] and so on. Or is there any way to change my function?