Dear Sir/Madam,
I have 2 lists as following:
ApproverListBE appList1;
ApproverListBE appList2 ;
I want to add the above 2 lists.How do I override the + operator.
Kind Regards,
I have 2 lists as following:
ApproverListBE appList1;
ApproverListBE appList2 ;
I want to add the above 2 lists.How do I override the + operator.
Kind Regards,
Comment