Recursive Function - Just keep last result

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to keep the result only of the last run of the function.
I know when the last run is so I would like to some how place the last run
results as it were the first runs result ?
 
nach said:
I would like to keep the result only of the last run of the function.
I know when the last run is so I would like to some how place the
last run results as it were the first runs result ?

I think you'd better expand on this a bit if you want anybody to
understand what you mean. Are you truly talking about a recursive
function, one that calls itself? If so, I fail to see how there is an
issue in distinguishing the "last run results" from the "first runs
result". Maybe you'd better post the function, or at least the relevant
parts of it, and eplain how you are calling it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top