Thread: int array as function input

int array as function input

From
Charl Gerber
Date:
If it is possible, how do you

a) define the function
b) setup the java side

to have a function that takes an int array as input,
ie, something like the java equivalent

FUNCTION myFunc(int[])

?