How does a user defined function in EasyCPro return more than one variable? What I found works is to declare the variables as global variables. Is this the only way to do it? I don’t necessarily want to get into pointers at this late date.
1.) Create a new function:
2.) “Return Type” should be set to the variable type your function is returning. If your user function does not return a value, leave this field void
3.) Drag a “Return” block inside your function and select the variable name.
A function can only “return” 1 variable.
TNX
Hope to see you at BAE Regional!
You too, good luck!