Android Question Sintax for Sub returning a bidimensional matrix [Solved]

Francisco Gonzalez 1962

Member
Licensed User
Hello, I think this has to be easy but I can't find the way to declare the sub:

I want to declare a sub that returns a bidimensional matrix
parameters 2 integers a, b
returning a matrix (a,b) of integer elements


I tried:
Dim Sub(a as int, b as int) (,) as int

but it didn't work.

Please can you help me?

Cheers
Francisco
 
Top