We assume a generic function such as: [a,b,c] = Function (float Var1, float Var2)
I want "Var1" to be an array of type float. How do I write the function?
Regards
(writing it as: array_new.float(Array, size) obviously does not work)...but you get the idea