Declare array of custom type
Hi, I'm triying to declare an array of custom type that I created. This type is formed by 2 int32 variables. I'm triying do that with this command:
main::myType[] myarray;
where main is my package name. When I compiled the program I received an error
Which is the correct way to do this? Thanks in advance