pmpascua
9 years agoVisitor
How to specify a function to return as array?
Hello, New Roku guy here.
I want to know how to specify a function to return an array. Not associated array, an Array. It seems obvious but defining it like this doesn't seem to work.
I looked around but I haven't found an existing problem within the internet
I want to know how to specify a function to return an array. Not associated array, an Array. It seems obvious but defining it like this doesn't seem to work.
function Foo() as Array
return []
end function
I looked around but I haven't found an existing problem within the internet