Hi,
I am interested, is it possible to set and get multiple return values, or it is restricted to be just one?
Function->Set return value->Function.Param(0)+Function.Param(1)
Call "calculate" (10,20)[/code:17bx5vuh]
returns 30
This function calculates Sum of parameters, but is it possible to calculate several values and return it?
thanks