Hello,
I need to save the list as data table variable.
My List = {1,"2"};
DT << Set Table Variable( "The List", My List ); //doesn't work - the value of the variable is string "List"
And then, how do I assign the list to some new variable
MyNewListVariable = DT<< Get Table Variable( "The List" ); // Would it work?
Thank you.