Functions can return more than one value at a time.
How can we select each one of them?
For example:
FileX.efs has a function that returns 5 values.
I call that function from File2.efs and want to use each returned value for further processing.
Thank you.
How can we select each one of them?
For example:
FileX.efs has a function that returns 5 values.
I call that function from File2.efs and want to use each returned value for further processing.
Thank you.
Comment