Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. arrAmountColumns(1, 1) = lngInvestmentAmountColumn: arrAmountColumns(1, 2) = "Investment Amount"
  2. arrAmountColumns(2, 1) = lngSinglePremiumColumn: arrAmountColumns(2, 2) = "Single Premium"
  3. arrAmountColumns(3, 1) = lngMonthlyPremiumColumn: arrAmountColumns(3, 2) = "Monthly Premium"
  4.  
  5. arrAmountColumns(1, 1) = lngInvestmentAmountColumn
  6. arrAmountColumns(1, 2) = "Investment Amount"
  7.  
  8. arrAmountColumns(2, 1) = lngSinglePremiumColumn
  9. arrAmountColumns(2, 2) = "Single Premium"
  10.  
  11. arrAmountColumns(3, 1) = lngMonthlyPremiumColumn
  12. arrAmountColumns(3, 2) = "Monthly Premium"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement