Sub-routine returning multiple values
|
10-30-2017, 12:48 AM
Post: #1
|
|||
|
|||
Sub-routine returning multiple values
I haven't found any mention of it, but thought that it might be something already implemented?
What I'm curious about is having a sub-routine calculating multiple values and returning those values back to the function that called it. Currently what I'm doing is returning a list of values form the sub-routine, then one by one assigning to the variables I want. A completely made-up example illustrating what I'm talking about: Code: ... It would be handy to be able to reduce the four lines to a single line, some like (d,e,f):=Sub_Routine(a,b,c); or something like that. I haven't fully thought this through yet, but couldn't help thinking there could be a better way. Any insights or further thought? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Sub-routine returning multiple values - Jacob Wall - 10-30-2017 12:48 AM
RE: Sub-routine returning multiple values - toml_12953 - 10-30-2017, 01:14 AM
RE: Sub-routine returning multiple values - cyrille de brébisson - 10-30-2017, 06:08 AM
RE: Sub-routine returning multiple values - StephenG1CMZ - 10-30-2017, 09:00 AM
RE: Sub-routine returning multiple values - webmasterpdx - 10-30-2017, 09:15 AM
RE: Sub-routine returning multiple values - Didier Lachieze - 10-30-2017, 10:51 AM
RE: Sub-routine returning multiple values - StephenG1CMZ - 10-30-2017, 06:47 PM
RE: Sub-routine returning multiple values - Jacob Wall - 10-31-2017, 02:38 AM
|
User(s) browsing this thread: 2 Guest(s)