Casting a list?

Silentsea

Member
Licensed User
Longtime User
Hi there,

I noticed that there is no option to cast a list, is this right? I want to call a sub trough CallSub2(aDashboard, "CreateAccount", rList). But if param rList is declared as object in CreateAccount i cannot cast this to a list.

Any other option how to put my resultlist trough to another sub?

Regards.

Silentsea
 
Top