Hello, I have a container with following values (the amount of valors in the container is dynamic).
Container con = ['Busines', 'Vendor', 'Costumer'];
I need to pass the 3 values as parameter to a method that receives a container, how do I do this?
Method;
LedgerJournalTrans::getLedgerDimension ('X.X.X.X.X.', [Con2Str (con)]);
I tried to use con2St, however the values are coalesced into 1 value only.
*This post is locked for comments
I have the same question (0)