Team,

Is it possible to define an array whose columns have a different data type. I am trying to define a cashflow matrix as variant whose size is

CashFlow( Number of cash flows, 4)

Column 1 = Cashflow(Double)
Column 2 = Date of Cashflow(Date)
Column 3 = DiscountFator(Double)
Column 4= DiscountedValue(Double)