Hi
I have a simple function which is of type list.
It has the var temp1.
In this function I set temp1={"john", "elise", "jake"};
and I
return temp1;
However ,the above values are not being inserted into the correct form as I have would expected.
Please advise.
Thanks!