Assigning Array's

Hello, Want to assign the reult of a CurrReport.CREATETOTALS(Month[i]); to a variable data type Date, how do I do this as when I use the following suntax get error Date1:= CurrReport.CREATETOTALS(Month[i]); Thanks

Er, Sorry, your question doesn’t make much sense - or have I completely misread it? [:I] The function CREATETOTALS maintains totals for decimal variables in a report. It cannot be used in an assignment. Furthermore you cannot assign a decimal variable to a date variable. What, exactly, is it your want to accomplish?