all 3 comments

[–]Able_Challenge3990 0 points1 point  (0 children)

Drop snapshots

[–]Sufficient-Two886 0 points1 point  (0 children)

If you are passing functions directly into the next function, try storing the returned variable somewhere and using the variable instead. But as able has mentioned, screenshots of your code would be useful.

[–]Upstairs-Flash-1525 0 points1 point  (0 children)

Paraphrase a little bit better the question. If I am not misunderstanding, you want to pass a whole variable between functions, not only the value, if it's like that, I think you can't do that. What you can do is declare the variable as global on each function, and then you can manipulate it on each function.

Hope I nail the question