How do you initialise a list of objects of a particular type?
I have tried the following code and I get an undefined when I try to insert.
I can do this and it works but I don't know if it is correct.
Is there any way to do something like this?
Set a= New list of Accciones()
Thank you.